Skip to content

Commit

Permalink
fix types
Browse files Browse the repository at this point in the history
  • Loading branch information
guskovaue committed Sep 13, 2024
1 parent 2806a04 commit 72e7c54
Showing 1 changed file with 5 additions and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -97,7 +97,11 @@ export default function createAlertingAndActionsTelemetryTests({ getService }: F
}: {
spaceId: string;
interval?: number;
scopedQuery?: string | null;
scopedQuery?: {
filters: string[];
kql: string;
dsl: string;
} | null;
}) {
const response = await supertestWithoutAuth
.post(`${getUrlPrefix(spaceId)}/internal/alerting/rules/maintenance_window`)
Expand Down

0 comments on commit 72e7c54

Please sign in to comment.