test: Dummy fix

This commit is contained in:
Piotr Dec 2024-05-25 00:36:32 +02:00
parent 95ed5f6ae7
commit d0e21e9eff
Signed by: stawros
GPG key ID: F89F27AD8F881A91

View file

@ -180,7 +180,7 @@ class ApplicationIntegrationTests {
.exchange() .exchange()
.expectStatus().isOk() .expectStatus().isOk()
.expectBody().json(expected); .expectBody().json(expected);
WireMockExtension.verifyGet(2, URI_PATTERN.formatted(date)); WireMockExtension.verifyGet(1, URI_PATTERN.formatted(date));
} }
@Test @Test