Skip to content

Commit

Permalink
switching current_timestamp to be the last arg
Browse files Browse the repository at this point in the history
  • Loading branch information
lekhajee committed Oct 24, 2014
1 parent c69da29 commit 409e648
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions mimic/canned_responses/nova.py
Expand Up @@ -146,8 +146,8 @@ def get_server(server_id, s_cache, current_timestamp):
return not_found_response(), 404


def list_server(tenant_id, s_cache, current_timestamp, name=None,
details=True):
def list_server(tenant_id, s_cache, name=None,
details=True, current_timestamp=None):
"""
Return a list of all servers in the server cache with the given tenant_id
"""
Expand Down

0 comments on commit 409e648

Please sign in to comment.