Skip to content

Commit

Permalink
fix: e2e
Browse files Browse the repository at this point in the history
Signed-off-by: Saravanan Balasubramanian <sarabala1979@gmail.com>
  • Loading branch information
sarabala1979 committed Mar 2, 2022
1 parent f581d19 commit f9268c9
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion test/e2e/semaphore_test.go
Original file line number Diff line number Diff line change
Expand Up @@ -76,7 +76,7 @@ func (s *SemaphoreSuite) TestSynchronizationTmplLevelMutexAndSemaphore() {
s.Given().
Workflow("@functional/synchronization-tmpl-level-mutex-semaphore.yaml").
When().
CreateConfigMap("my-config", map[string]string{"workflow": "1"}, map[string]string{}).
CreateConfigMap("my-config", map[string]string{"workflow": "1"}).
SubmitWorkflow().
WaitForWorkflow(fixtures.ToBeSucceeded, time.Minute)
}
Expand Down

0 comments on commit f9268c9

Please sign in to comment.