Skip to content

Commit

Permalink
Fix test
Browse files Browse the repository at this point in the history
  • Loading branch information
suecharo committed May 21, 2020
1 parent fc4d61b commit 30e6fdd
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion tests/test_startup_params.py
Original file line number Diff line number Diff line change
Expand Up @@ -21,7 +21,7 @@ def test_default_params(delete_env_vars: None) -> None:
assert params["host"] == DEFAULT_HOST
assert params["port"] == DEFAULT_PORT
assert params["debug"] is False
assert app.config["RUN_DIR"] == base_dir.joinpath("tests/run")
assert app.config["RUN_DIR"] == base_dir.joinpath("run")
assert app.config["SERVICE_INFO"] == \
base_dir.joinpath("genpei/service-info.json")

Expand Down

0 comments on commit 30e6fdd

Please sign in to comment.