Skip to content

Commit

Permalink
fix TestTelemetryCCMGoRestartPhonehome
Browse files Browse the repository at this point in the history
  • Loading branch information
Max Morton committed Aug 20, 2024
1 parent 534f548 commit bf53561
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion drivers/storage/portworx/components_test.go
Original file line number Diff line number Diff line change
Expand Up @@ -16640,7 +16640,8 @@ func TestTelemetryCCMGoRestartPhonehome(t *testing.T) {
StartPort: &startPort,
},
Status: corev1.StorageClusterStatus{
ClusterUID: "test-clusteruid",
ClusterUID: "test-clusteruid",
ClusterName: "test-clustername",
},
}

Expand Down

0 comments on commit bf53561

Please sign in to comment.