Skip to content

Commit 08898c4

Browse files
committed
Should have just used a URL library for the test helpers...
1 parent 8183f1b commit 08898c4

File tree

1 file changed

+1
-5
lines changed

1 file changed

+1
-5
lines changed

jsonschema/tests/_helpers.py

Lines changed: 1 addition & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -3,11 +3,7 @@
33

44
def issues_url(organization, repository):
55
return urljoin(
6-
urljoin(
7-
urljoin("https://github.com", organization),
8-
repository,
9-
),
10-
"issues",
6+
"https://github.com/", f"{organization}/{repository}/issues",
117
)
128

139

0 commit comments

Comments
 (0)