We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent f70273d commit 085ba1cCopy full SHA for 085ba1c
tests/test_errors.py
@@ -28,7 +28,7 @@
28
class TestErrors(base.IOTestCase):
29
30
def test_request_error_from_bad_key(self):
31
- io = Client("this is a bad key from a test")
+ io = Client("test_user", "this is a bad key from a test")
32
with self.assertRaises(RequestError):
33
io.send("TestStream", 42)
34
0 commit comments