Skip to content

Commit bdba0c5

Browse files
committed
Fix a test
1 parent 4978e87 commit bdba0c5

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

test/utilities/git.jl

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -129,7 +129,7 @@ CompatHelper.get_url_for_ssh(::MyForge, ::MyCIService, repo::MyRepo) = repo.loca
129129
forge = MyForge()
130130
ci_cfg = MyCIService()
131131
repo = MyRepo(local_remote_path)
132-
CompatHelper.git_push(ci_cfg, repo, "origin", "master", pkey; forge, ci_cfg, repo)
132+
CompatHelper.git_push("origin", "master", pkey; forge, ci_cfg, repo)
133133

134134
output = read(`git log --decorate`, String)
135135
@test occursin(pushed_str, output)

0 commit comments

Comments
 (0)