Skip to content

Commit 1f53150

Browse files
authored
Fix Test case failure of testtiertemplate (codeready-toolchain#1178)
* Fix Test case failure of testtiertemplate Signed-off-by: Feny Mehta <fbm3307@gmail.com> * fix number Signed-off-by: Feny Mehta <fbm3307@gmail.com> --------- Signed-off-by: Feny Mehta <fbm3307@gmail.com>
1 parent 8deb54c commit 1f53150

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

test/e2e/parallel/nstemplatetier_test.go

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -267,7 +267,7 @@ func TestTierTemplates(t *testing.T) {
267267
require.NoError(t, err)
268268
// We have 19 tier templates (base: 3, base1ns: 2, base1nsnoidling: 2, base1ns6didler: 3, appstudio: 3, appstudiolarge: 3, appstudio-env: 3)
269269
// But we cannot verify the exact number of tiers, because during the operator update it may happen that more TierTemplates are created
270-
assert.GreaterOrEqual(t, len(allTiers.Items), 38)
270+
assert.GreaterOrEqual(t, len(allTiers.Items), 19)
271271
}
272272

273273
func TestFeatureToggles(t *testing.T) {

0 commit comments

Comments
 (0)