Skip to content

Commit

Permalink
fix typo
Browse files Browse the repository at this point in the history
  • Loading branch information
brokenpip3 committed Jun 26, 2023
1 parent a3aaef5 commit 4507a98
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion test/e2e/configuration_test.go
Original file line number Diff line number Diff line change
Expand Up @@ -26,7 +26,7 @@ const e2e = "e2e"
var expectedBasePluginsList = []plugins.Plugin{
plugins.Must(plugins.New("configuration-as-code:1647.ve39ca_b_829b_42")),
plugins.Must(plugins.New("git:5.1.0")),
plugins.Must(plugins.New("kubernetes:kubernetes:3952.v88e3b_0cf300b_")),
plugins.Must(plugins.New("kubernetes:3952.v88e3b_0cf300b_")),
plugins.Must(plugins.New("kubernetes-credentials-provider:1.225.v14f9e6b_28f53")),
plugins.Must(plugins.New("job-dsl:1.84")),
plugins.Must(plugins.New("workflow-aggregator:596.v8c21c963d92d")),
Expand Down

0 comments on commit 4507a98

Please sign in to comment.