Skip to content

Commit

Permalink
Fix errors introduced into itests
Browse files Browse the repository at this point in the history
  • Loading branch information
mtbentley committed Jun 9, 2016
1 parent 62a645a commit 096a4e4
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions paasta_itests/steps/setup_steps.py
Original file line number Diff line number Diff line change
Expand Up @@ -47,7 +47,7 @@ def setup_marathon_client():
'url': marathon_connection_string,
'user': None,
'password': None,
}, '/some_fake_path_to_marathon.json')
})
client = marathon_tools.get_marathon_client(marathon_config.get_url(), marathon_config.get_username(),
marathon_config.get_password())
system_paasta_config = utils.SystemPaastaConfig({
Expand All @@ -71,7 +71,7 @@ def setup_chronos_config():
'user': None,
'password': None,
'url': [chronos_connection_string],
}, '/some_fake_path_to_chronos.json')
})
return chronos_config


Expand Down

0 comments on commit 096a4e4

Please sign in to comment.