Mercurial > stress-tester
changeset 947:2b30107810b0
unit test fixed
author | Devel 1 |
---|---|
date | Mon, 13 May 2019 12:36:44 +0200 |
parents | e352cd2f4c82 |
children | e98b80c2ae6a |
files | stress-tester/src/test/java/com/passus/st/config/ClientConfiguratorTest.java |
diffstat | 1 files changed, 1 insertions(+), 1 deletions(-) [+] |
line wrap: on
line diff
--- a/stress-tester/src/test/java/com/passus/st/config/ClientConfiguratorTest.java Mon Jan 07 09:46:03 2019 +0100 +++ b/stress-tester/src/test/java/com/passus/st/config/ClientConfiguratorTest.java Mon May 13 12:36:44 2019 +0200 @@ -62,7 +62,7 @@ + " password: 'Qwe!23'\n" + " listeners:\n" + " - type: summary\n" - + " fileName: '/tmp/file.ext'\n"; + + " fileName: 'file.ext'\n"; Configuration config = YamlConfigurationReader.readFromString(configStr);