Skip to content

Commit e20e66e

Browse files
committed
tests: Add nother example of remote failure
1 parent a5c6d60 commit e20e66e

File tree

1 file changed

+11
-0
lines changed

1 file changed

+11
-0
lines changed

tests/test_sync.py

Lines changed: 11 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -108,6 +108,17 @@ class ConfigVariationTest(t.NamedTuple):
108108
""",
109109
remote_list=["git_scheme_repo"],
110110
),
111+
ConfigVariationTest(
112+
test_id="expanded_repo_style_with_unprefixed_remote_2",
113+
config_tpl="""
114+
{tmp_path}/study/myrepo:
115+
{CLONE_NAME}:
116+
repo: git+file://{dir}
117+
remotes:
118+
git_scheme_repo: [email protected]:tony/vcspull.git
119+
""",
120+
remote_list=["git_scheme_repo"],
121+
),
111122
]
112123

113124

0 commit comments

Comments
 (0)