Skip to content

Commit d2948f5

Browse files
wtrockiCopilot
andauthored
Update tests/integration/tools/atlas/alerts.test.ts
Co-authored-by: Copilot <[email protected]>
1 parent fa3a8e0 commit d2948f5

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

tests/integration/tools/atlas/alerts.test.ts

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -34,7 +34,7 @@ describeWithAtlas("alerts", (integration) => {
3434
expect(alert).toHaveProperty("Created");
3535
expect(alert).toHaveProperty("Updated");
3636
expect(alert).toHaveProperty("Type");
37-
expect(alert).toHaveProperty("Summary");
37+
expect(alert).toHaveProperty("Comment");
3838
}
3939
});
4040
});

0 commit comments

Comments
 (0)