We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent cfda081 commit b69fb0cCopy full SHA for b69fb0c
pkg/pullreq/diffs_test.go
@@ -170,6 +170,8 @@ func TestGetCoveredClusters(t *testing.T) {
170
selectedClusterGlobStrs: []string{
171
"stage:*",
172
},
173
+ // Cluster 3 is pruned from selection list because it doesn't have any files in the
174
+ // git diff.
175
expectedClustersIDs: []string{
176
"stage:us-west-2:cluster1",
177
0 commit comments