Skip to content

Commit

Permalink
test_main: disable config_file_monitor
Browse files Browse the repository at this point in the history
  • Loading branch information
Bodong-Yang committed May 14, 2024
1 parent 1241472 commit de75613
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion tests/test__main__.py
Original file line number Diff line number Diff line change
Expand Up @@ -42,7 +42,7 @@ class _ServerCfg:
MAX_LOGS_PER_MERGE: int = 123
MAX_LOGS_BACKLOG: int = 1234
UPLOAD_INTERVAL: int = 12
EXIT_ON_CONFIG_FILE_CHANGED: bool = True
EXIT_ON_CONFIG_FILE_CHANGED: bool = False


@pytest.mark.parametrize("_in_server_cfg, _version", [(_ServerCfg(), "test_version")])
Expand Down

0 comments on commit de75613

Please sign in to comment.