diff --git a/src/test/resources/application.yaml b/src/test/resources/application.yaml index 485538bd..ab91aa36 100644 --- a/src/test/resources/application.yaml +++ b/src/test/resources/application.yaml @@ -1,4 +1,5 @@ faf: irc: - fixed-users: - test-user: banana \ No newline at end of file + fixed: + users: + test-user: banana \ No newline at end of file