Skip to content

Commit 5ba915a

Browse files
committed
revert error condition
1 parent 9111e3d commit 5ba915a

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

Diff for: tests/test_errors.py

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

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

3535
@unittest.skip("Throttling test must be run in isolation to prevent other tests from failing.")

0 commit comments

Comments
 (0)