Skip to content

Commit

Permalink
Add missing column_count to xget in FakeCF so that CI unit-tests pass
Browse files Browse the repository at this point in the history
Change-Id: I695f7b0c27bb90e4096489f9fe5f1fe0015ee5a9
Closes-Bug: #1538991
  • Loading branch information
Megh Bhatt committed May 17, 2016
1 parent 341ac8e commit d8efaf3
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/config/common/tests/test_utils.py
Original file line number Diff line number Diff line change
Expand Up @@ -217,7 +217,7 @@ def remove(self, key, columns=None):
# end remove

def xget(self, key, column_start=None, column_finish=None,
include_timestamp=False, include_ttl=False):
column_count=0, include_timestamp=False, include_ttl=False):
col_names = []
if key in self._rows:
col_names = self._rows[key].keys()
Expand Down

0 comments on commit d8efaf3

Please sign in to comment.