Skip to content

Commit

Permalink
wrong copy-paste
Browse files Browse the repository at this point in the history
  • Loading branch information
MatousJobanek committed Apr 18, 2024
1 parent 6b8b732 commit 2b11188
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion pkg/cmd/generate/nstemplatetiers_test.go
Original file line number Diff line number Diff line change
Expand Up @@ -117,7 +117,7 @@ func TestGenerateNSTemplateTiers(t *testing.T) {

// then
require.Error(t, err)
assert.Contains(t, err.Error(), "../../../test-resources/dummy.openshiftapps.com/")
assert.Contains(t, err.Error(), "unable to init NSTemplateTier generator")
})
}

Expand Down

0 comments on commit 2b11188

Please sign in to comment.