8000
We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 0f8424e commit 467fcf5Copy full SHA for 467fcf5
integration/test_dynamic_links.py
@@ -56,7 +56,7 @@ def test_unauthorized(self):
56
57
@pytest.mark.skipif(not dynamic_links_e2e_url,
58
reason="End-to-end tests not set up, see CONTRIBTING.md file.")
59
- def test_bad_unauthorized(self):
+ def test_bad_request(self):
60
with pytest.raises(dynamic_links.ApiCallError) as excinfo:
61
dynamic_links.get_link_stats(
62
dynamic_links_e2e_url+"/too/many/slashes/in/shortlink",
0 commit comments