Skip to content

Commit e04dbc5

Browse files
committed
test: changed the wildcard test to include a check for the protocol variable
1 parent c24e69f commit e04dbc5

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed
Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,2 +1,2 @@
11
[*]
2-
target=dev/${host}/${username}
2+
target=dev/${protocol}/${host}/${username}

test_passgithelper.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -263,7 +263,7 @@ def test_path_used_if_present(self, capsys: Any) -> None:
263263
username=wildcard
264264
path=subpath/bar.git""",
265265
b"narf-wildcard",
266-
"dev/wildcard.com/wildcard",
266+
"dev/https/wildcard.com/wildcard",
267267
),
268268
],
269269
indirect=True,

0 commit comments

Comments
 (0)