Skip to content
This repository was archived by the owner on Apr 15, 2023. It is now read-only.

Commit 467fcf5

Browse files
committed
test name
1 parent 0f8424e commit 467fcf5

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

integration/test_dynamic_links.py

+1-1
Original file line numberDiff line numberDiff line change
@@ -56,7 +56,7 @@ def test_unauthorized(self):
5656

5757
@pytest.mark.skipif(not dynamic_links_e2e_url,
5858
reason="End-to-end tests not set up, see CONTRIBTING.md file.")
59-
def test_bad_unauthorized(self):
59+
def test_bad_request(self):
6060
with pytest.raises(dynamic_links.ApiCallError) as excinfo:
6161
dynamic_links.get_link_stats(
6262
dynamic_links_e2e_url+"/too/many/slashes/in/shortlink",

0 commit comments

Comments
 (0)