Skip to content

Commit 62536e7

Browse files
committed
Yet another urljoin issue with the internal helper.
1 parent 6f85db0 commit 62536e7

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

jsonschema/tests/_helpers.py

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

44
def issues_url(organization, repository):
55
return urljoin(
6-
"https://github.com/", f"{organization}/{repository}/issues",
6+
"https://github.com/", f"{organization}/{repository}/issues/",
77
)
88

99

0 commit comments

Comments
 (0)