Skip to content

Commit

Permalink
break test
Browse files Browse the repository at this point in the history
  • Loading branch information
SylivanKenobi committed Nov 21, 2024
1 parent 0b33ba9 commit 586cd39
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion test/groovy/src/com/puzzleitc/jenkins/QuayTest.groovy
Original file line number Diff line number Diff line change
Expand Up @@ -38,7 +38,7 @@ class QuayTest extends BasePipelineTest {
Quay myQuay = new Quay(script, 'cred')

// then
assertThat(myQuay.getRegistryUrl()).isEqualTo('https://quay.io')
assertThat(myQuay.getRegistryUrl()).isEqualTo('https://quay.ios')
}

@Test
Expand Down

0 comments on commit 586cd39

Please sign in to comment.