Skip to content

Commit

Permalink
fixups
Browse files Browse the repository at this point in the history
  • Loading branch information
oyvindeide committed Nov 12, 2024
1 parent a5c407c commit 2cff422
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions tests/everest/test_everest_output.py
Original file line number Diff line number Diff line change
Expand Up @@ -98,11 +98,11 @@ def useless_cb(*args, **kwargs):
assert len(fnmatch.filter(final_files, "everest_output*")) == 2


def test_save_running_config(copy_math_func_test_data_to_tmp):
async def test_save_running_config(copy_math_func_test_data_to_tmp):
file_name = "config_minimal.yml"
config = EverestConfig.load_file(file_name)
makedirs_if_needed(config.output_dir, roll_if_exists=True)
start_server(config, LocalQueueOptions())
await start_server(config, LocalQueueOptions())

saved_config_path = os.path.join(config.output_dir, file_name)

Expand Down

0 comments on commit 2cff422

Please sign in to comment.