Skip to content

Commit 09c810b

Browse files
committed
[JENKINS-48437] Fix typo
1 parent 010a3bf commit 09c810b

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

src/test/java/org/jenkinsci/plugins/docker/workflow/RegistryEndpointStepTest.java

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -117,7 +117,7 @@ public void stepExecutionWithCredentials() throws Exception {
117117
WorkflowJob p = r.createProject(WorkflowJob.class, "prj");
118118
p.setDefinition(new CpsFlowDefinition(
119119
"node {\n" +
120-
" mockDockerWithEcho {\n" +
120+
" mockDockerLoginWithEcho {\n" +
121121
" withDockerRegistry(url: 'https://my-reg:1234', credentialsId: 'registryCreds') {\n" +
122122
" }\n" +
123123
" }\n" +
@@ -143,7 +143,7 @@ public void stepExecutionWithCredentialsAndQueueItemAuthenticator() throws Excep
143143
WorkflowJob p = r.createProject(WorkflowJob.class, "prj");
144144
p.setDefinition(new CpsFlowDefinition(
145145
"node {\n" +
146-
" mockDockerWithEcho {\n" +
146+
" mockDockerLoginWithEcho {\n" +
147147
" withDockerRegistry(url: 'https://my-reg:1234', credentialsId: 'registryCreds') {\n" +
148148
" }\n" +
149149
" }\n" +

0 commit comments

Comments
 (0)