Skip to content

Commit 42e2f59

Browse files
committed
fix flake8 error
1 parent ce43339 commit 42e2f59

File tree

1 file changed

+2
-4
lines changed

1 file changed

+2
-4
lines changed

CMEW/app/configure_standardise/bin/test_create_request_file.py

Lines changed: 2 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -18,13 +18,11 @@ def test_create_request(monkeypatch):
1818
monkeypatch.setenv("SUITE_ID", "u-az513")
1919
monkeypatch.setenv("VARIABLES_PATH", "/path/to/variables.txt")
2020
monkeypatch.setenv("VARIANT_LABEL", "r1i1p1f1")
21-
<<<<<<< 212_remove_hard_coded_dev_config
2221
monkeypatch.setenv(
23-
"MIP_TABLE_DIR", "~cdds/etc/mip_tables/GCModelDev/0.0.25"
22+
"MIP_TABLE_DIR",
23+
"~cdds/etc/mip_tables/GCModelDev/0.0.25",
2424
)
25-
=======
2625
monkeypatch.setenv("STREAM_ID", "apm")
27-
>>>>>>> main
2826

2927
config = create_request()
3028
actual = {

0 commit comments

Comments
 (0)