DBZ-8073: Fixed tests

This commit is contained in:
Rajendra Dangwal 2024-08-07 20:32:44 +05:30 committed by Jiri Pechanec
parent c193d7091d
commit 3681c4365c

View File

@ -134,7 +134,7 @@ public void shouldNotRetryIfSlotCreationFailsWithoutTimeoutError() throws Except
}
catch (Exception e) {
assertFalse(interceptor.containsWarnMessage("and retrying, attempt number"));
assertTrue(e.getMessage().contains("ERROR: replication slot \"test1\" already exists"));
assertTrue(e.getMessage().contains("ERROR: replication slot \"testslot1\" already exists"));
throw e;
}
}