Skip to content

Commit

Permalink
tests: reverted one tests
Browse files Browse the repository at this point in the history
  • Loading branch information
danielsinai committed May 8, 2024
1 parent 03129cb commit 49f7b7f
Showing 1 changed file with 1 addition and 2 deletions.
3 changes: 1 addition & 2 deletions pkg/defaults/defaults_test.go
Original file line number Diff line number Diff line change
Expand Up @@ -100,8 +100,7 @@ func Test_InitIntegration_InitDefaults_CreateDefaultResources_False(t *testing.T
_, err := integration.GetIntegration(f.portClient, f.stateKey)
assert.Nil(t, err)

_, err = blueprint.GetBlueprint(f.portClient, "workload")
assert.NotNil(t, err)
testUtils.CheckResourcesExistence(false, f, []string{"workload", "namespace", "cluster"}, []string{"workload_overview_dashboard", "availability_scorecard_dashboard"})

Check failure on line 103 in pkg/defaults/defaults_test.go

View workflow job for this annotation

GitHub Actions / build

not enough arguments in call to testUtils.CheckResourcesExistence
}

func Test_InitIntegration_BlueprintExists(t *testing.T) {
Expand Down

0 comments on commit 49f7b7f

Please sign in to comment.