Skip to content

Commit

Permalink
fixed test
Browse files Browse the repository at this point in the history
  • Loading branch information
munishchouhan committed Sep 26, 2024
1 parent 3b3ce3f commit fa1e60b
Showing 1 changed file with 2 additions and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -99,7 +99,8 @@ class SubmitContainerTokenRequestTest extends Specification {
dryRun: false,
workflowId: 'id123',
containerIncludes: ['other:image'],
nameStrategy: ImageNameStrategy.tagPrefix
nameStrategy: ImageNameStrategy.tagPrefix,
mirrorRegistry: 'bar.io'
)
then:
other.towerAccessToken == 'b1'
Expand Down

0 comments on commit fa1e60b

Please sign in to comment.