Skip to content

Commit

Permalink
fix: fix MSSQL container start (#92212)
Browse files Browse the repository at this point in the history
* failing test fixed
  • Loading branch information
skiesewetter-intershop committed Jan 19, 2024
1 parent 55fc1ee commit a172a06
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -704,7 +704,7 @@ class ICMDockerPluginIntegegrationSpec extends AbstractIntegrationGroovySpec {

when:
def result = getPreparedGradleRunner()
.withArguments("pullAS", "--altImage=intershophub/icm-webadapter:2.2.0", "--forcePull", "-s")
.withArguments("pullAS", "--altImage=busybox:latest", "--forcePull", "-s")
.withGradleVersion(gradleVersion)
.withDebug(true)
.build()
Expand Down

0 comments on commit a172a06

Please sign in to comment.