Skip to content

Commit 085ba1c

Browse files
committed
add username to client call
1 parent f70273d commit 085ba1c

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

tests/test_errors.py

+1-1
Original file line numberDiff line numberDiff line change
@@ -28,7 +28,7 @@
2828
class TestErrors(base.IOTestCase):
2929

3030
def test_request_error_from_bad_key(self):
31-
io = Client("this is a bad key from a test")
31+
io = Client("test_user", "this is a bad key from a test")
3232
with self.assertRaises(RequestError):
3333
io.send("TestStream", 42)
3434

0 commit comments

Comments
 (0)