We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 211dc51 commit c1f7c73Copy full SHA for c1f7c73
tests/test_api.py
@@ -10,4 +10,4 @@ def test_connect_should_return_api_client():
10
def test_api_client_with_bad_args_should_fail():
11
client = api.connect("random", "token")
12
with pytest.raises(Exception):
13
- response = client.incidents.list_open_unacked()
+ client.incidents.list_open_unacked()
0 commit comments