Skip to content
This repository has been archived by the owner on Nov 9, 2022. It is now read-only.
This repository is currently being migrated. It's locked while the migration is in progress.

Commit

Permalink
Fix e2e test
Browse files Browse the repository at this point in the history
  • Loading branch information
croomes authored and mhmxs committed May 10, 2021
1 parent 6053874 commit d54e42a
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion test/e2e/clusterCSINodeV2_test.go
Original file line number Diff line number Diff line change
Expand Up @@ -78,8 +78,8 @@ func TestClusterCSINodeV2(t *testing.T) {
t.Fatalf("failed to get storageos-daemonset: %v", err)
}

//Check the number of containers in daemonset pod spec.
t.Run("CSIHelperCountTest", func(t *testing.T) {
//Check the number of containers in daemonset pod spec.
if len(daemonset.Spec.Template.Spec.Containers) != 3 {
t.Errorf("unexpected number of daemonset pod containers:\n\t(GOT) %d\n\t(WNT) %d", len(daemonset.Spec.Template.Spec.Containers), 3)
}
Expand Down

0 comments on commit d54e42a

Please sign in to comment.