From 5cff84723324b1fc01ea0962c0412bf7dc6027b4 Mon Sep 17 00:00:00 2001 From: Lars Wirzenius Date: Mon, 18 Jun 2018 20:22:09 +0300 Subject: Change: look up credentials using controller URL (fallback auth url) --- ick2/client_tests.py | 1 + 1 file changed, 1 insertion(+) (limited to 'ick2/client_tests.py') diff --git a/ick2/client_tests.py b/ick2/client_tests.py index f164e6a..adba2dc 100644 --- a/ick2/client_tests.py +++ b/ick2/client_tests.py @@ -359,6 +359,7 @@ class FakeResponse: 'Content-Type': content_type, } self.content = body + self.text = body @property def ok(self): -- cgit v1.2.1