Skip to content
This repository has been archived by the owner on Sep 30, 2020. It is now read-only.

Commit

Permalink
fix ci
Browse files Browse the repository at this point in the history
  • Loading branch information
mumoshu committed Sep 30, 2018
1 parent 0f79032 commit f1a6e44
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion test/integration/plugin_test.go
Original file line number Diff line number Diff line change
Expand Up @@ -458,7 +458,7 @@ spec:
}

// A kube-aws plugin can activate feature gates
if !strings.Contains(workerUserdataS3Part, `--feature-gates="Accelerators=true"`) {
if !strings.Contains(workerUserdataS3Part, `--feature-gates=\"Accelerators=true\"`) {
t.Error("missing worker feature gate: Accelerators=true")
}

Expand Down

0 comments on commit f1a6e44

Please sign in to comment.