Skip to content

Commit c5235db

Browse files
committed
fix cloud test
1 parent 5a6aaff commit c5235db

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

tools/incident_integration_test.go

+1-1
Original file line numberDiff line numberDiff line change
@@ -34,7 +34,7 @@ func TestCloudIncidentTools(t *testing.T) {
3434
})
3535

3636
t.Run("get incident by ID", func(t *testing.T) {
37-
ctx := createCloudTestContext(t)
37+
ctx := createCloudTestContext(t, "Incident")
3838
result, err := getIncident(ctx, GetIncidentParams{
3939
ID: "1",
4040
})

0 commit comments

Comments
 (0)