Skip to content

Commit 8b348e4

Browse files
authored
Update test_shorten.py
1 parent 7cff74f commit 8b348e4

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

tests/plugin_tests/test_shorten.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -113,7 +113,7 @@ def test_gitio(mock_requests):
113113

114114
mock_requests.add(
115115
"POST",
116-
"http://git.io",
116+
"https://git.io",
117117
headers={"Location": "https://git.io/foobar"},
118118
status=requests.codes.created,
119119
)

0 commit comments

Comments
 (0)