Skip to content

Commit

Permalink
chore: PR feedback
Browse files Browse the repository at this point in the history
  • Loading branch information
corinnekunze committed Jun 27, 2024
1 parent 54631ff commit 2ba6115
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion pkg/alerts/nrql_conditions_integration_test.go
Original file line number Diff line number Diff line change
Expand Up @@ -774,7 +774,7 @@ func TestIntegrationNrqlConditions_IgnoreOnExpectedTermination(t *testing.T) {
policy, err := client.CreatePolicyMutation(testAccountID, testPolicy)
require.NoError(t, err)

// Test: Create (static condition with streaming methods fields)
// Test: Create (static condition with expected termination field)
createdCondition, err := client.CreateNrqlConditionStaticMutation(testAccountID, policy.ID, conditionInput)
require.NoError(t, err)
require.NotNil(t, createdCondition)
Expand Down

0 comments on commit 2ba6115

Please sign in to comment.