Skip to content

Commit

Permalink
changes after the PR comments
Browse files Browse the repository at this point in the history
  • Loading branch information
medmes committed Dec 3, 2024
1 parent b144f9b commit ac5c9a7
Showing 1 changed file with 0 additions and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -268,7 +268,6 @@ func TestGenerateModuleTemplateWithMandatoryFalse_Success(t *testing.T) {
require.Contains(t, mockFS.writtenTemplate, "rawManifest")
require.Contains(t, mockFS.writtenTemplate,
"https://github.com/kyma-project/template-operator/releases/download/1.0.1/template-operator.yaml")
require.NotContains(t, mockFS.writtenTemplate, "mandatory-module")
require.Contains(t, mockFS.writtenTemplate, "mandatory: false")
require.NotContains(t, mockFS.writtenTemplate,
"\"operator.kyma-project.io/mandatory-module\"")
Expand Down

0 comments on commit ac5c9a7

Please sign in to comment.