test(alerts): rename ack test to reflect state is unchanged
Co-Authored-By: Claude Opus 4.7 (1M context) <noreply@anthropic.com>
This commit is contained in:
@@ -164,7 +164,7 @@ class PostgresAlertInstanceRepositoryIT extends AbstractPostgresIT {
|
|||||||
}
|
}
|
||||||
|
|
||||||
@Test
|
@Test
|
||||||
void ack_setsAckedAtAndState() {
|
void ack_setsAckedAtAndLeavesStateFiring() {
|
||||||
var inst = newInstance(ruleId, List.of(userId), List.of(), List.of());
|
var inst = newInstance(ruleId, List.of(userId), List.of(), List.of());
|
||||||
repo.save(inst);
|
repo.save(inst);
|
||||||
|
|
||||||
|
|||||||
Reference in New Issue
Block a user