test: Dummy fix
This commit is contained in:
parent
95ed5f6ae7
commit
d0e21e9eff
1 changed files with 1 additions and 1 deletions
|
@ -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
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue