BAEL-4672 changed jmeter integration test's spacing to use spaces instead of tabs

This commit is contained in:
Liam Garvie
2021-02-23 09:30:27 +00:00
parent d443d1f65f
commit f196745dc6

View File

@@ -32,5 +32,4 @@ class JmeterIntegrationTest {
assertThat(response.getContentAsString())
.contains("Test message...");
}
}