summaryrefslogtreecommitdiff
path: root/ick2/client_tests.py
diff options
context:
space:
mode:
authorLars Wirzenius <liw@liw.fi>2018-06-18 20:22:09 +0300
committerLars Wirzenius <liw@liw.fi>2018-06-18 20:22:09 +0300
commit5cff84723324b1fc01ea0962c0412bf7dc6027b4 (patch)
tree017d059127233d26f3984198ff6d0cb0471b7a4d /ick2/client_tests.py
parente9839fa9e91155f20ffdb48bc6b8d3d672cb8061 (diff)
downloadick2-5cff84723324b1fc01ea0962c0412bf7dc6027b4.tar.gz
Change: look up credentials using controller URL (fallback auth url)
Diffstat (limited to 'ick2/client_tests.py')
-rw-r--r--ick2/client_tests.py1
1 files changed, 1 insertions, 0 deletions
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):