From f765daf3360727c2baee0cfc9114d8728c1c4336 Mon Sep 17 00:00:00 2001 From: Jesse Andrews Date: Mon, 19 Dec 2011 10:00:39 -0800 Subject: finish removing project_id --- tests/test_http.py | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'tests') diff --git a/tests/test_http.py b/tests/test_http.py index 96a38ee..4da7b55 100644 --- a/tests/test_http.py +++ b/tests/test_http.py @@ -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 -- cgit v1.2.1