Skip to content

Commit

Permalink
tests: Fix failing tests on master
Browse files Browse the repository at this point in the history
  • Loading branch information
Jesse Schmidt committed Dec 13, 2023
1 parent 68c18ce commit 5c71376
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion test/e2e/live_cluster/test_confgen.py
Original file line number Diff line number Diff line change
Expand Up @@ -225,4 +225,4 @@ async def test_genconf_save_to_file(self):
second_conf = f.read()

# Remove empty line of stdout
self.assertListEqual(first_conf.split("\n"), second_conf.split("\n")[1:])
self.assertListEqual(first_conf.split("\n"), second_conf.split("\n"))

0 comments on commit 5c71376

Please sign in to comment.