finish removing project_id

This commit is contained in:
Jesse Andrews
2011-12-19 10:00:39 -08:00
parent 977227ce3e
commit f765daf336
3 changed files with 4 additions and 6 deletions

View File

@@ -11,8 +11,8 @@ mock_request = mock.Mock(return_value=(fake_response, fake_body))
def get_client():
cl = client.HTTPClient(username="username", password="apikey",
project_id="project_id", auth_url="auth_test")
cl = client.HTTPClient(username="username", password="password",
tenant_id="tenant", auth_url="auth_test")
return cl