We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 5a6aaff commit c5235dbCopy full SHA for c5235db
tools/incident_integration_test.go
@@ -34,7 +34,7 @@ func TestCloudIncidentTools(t *testing.T) {
34
})
35
36
t.Run("get incident by ID", func(t *testing.T) {
37
- ctx := createCloudTestContext(t)
+ ctx := createCloudTestContext(t, "Incident")
38
result, err := getIncident(ctx, GetIncidentParams{
39
ID: "1",
40
0 commit comments