Skip to content

Commit 8f309b6

Browse files
add possible error message patterns (#2565)
Signed-off-by: akihikokuroda <[email protected]>
1 parent a837991 commit 8f309b6

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

Diff for: pkg/controller/registry/resolver/resolver_test.go

+1-1
Original file line numberDiff line numberDiff line change
@@ -140,7 +140,7 @@ func TestSolveOperators_WithSystemConstraints(t *testing.T) {
140140
{
141141
title: "Runtime constraints don't allow A",
142142
snapshotEntries: []*cache.Entry{packageA, packageB, packageC, packageD},
143-
systemConstraintsProvider: whiteListConstraintProvider(),
143+
systemConstraintsProvider: whiteListConstraintProvider(packageB, packageC, packageD),
144144
expectedOperators: nil,
145145
csvs: nil,
146146
subs: []*v1alpha1.Subscription{packageASub},

0 commit comments

Comments
 (0)