Skip to content
This repository has been archived by the owner on Oct 24, 2023. It is now read-only.

Commit

Permalink
extra be
Browse files Browse the repository at this point in the history
  • Loading branch information
jackfrancis committed Feb 9, 2021
1 parent c2ff540 commit 920d8f4
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion pkg/api/vlabs/validate_test.go
Original file line number Diff line number Diff line change
Expand Up @@ -986,7 +986,7 @@ func Test_Properties_ValidateNetworkPlugin(t *testing.T) {
err := p.OrchestratorProfile.KubernetesConfig.validateNetworkPlugin(false, false)
if plugin == NetworkPluginFlannel {
if err == nil {
t.Errorf("flannel should be not be allowed for new clusters")
t.Errorf("flannel should not be allowed for new clusters")
}
} else {
if err != nil {
Expand Down

0 comments on commit 920d8f4

Please sign in to comment.