Skip to content

Commit

Permalink
fix build error in TestImageQualifyAdmission
Browse files Browse the repository at this point in the history
  • Loading branch information
frobware committed Jan 16, 2018
1 parent 041d94a commit a75eedb
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion test/integration/imagequalify_admission_test.go
Original file line number Diff line number Diff line change
Expand Up @@ -36,7 +36,7 @@ rules:
t.Fatalf("error creating config: %v", err)
}
defer testserver.CleanupMasterEtcd(t, masterConfig)
masterConfig.AdmissionConfig.PluginConfig = map[string]configapi.AdmissionPluginConfig{
masterConfig.AdmissionConfig.PluginConfig = map[string]*configapi.AdmissionPluginConfig{
"openshift.io/ImageQualify": {
Location: pluginFile.Name(),
},
Expand Down

0 comments on commit a75eedb

Please sign in to comment.