We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent ce43339 commit 42e2f59Copy full SHA for 42e2f59
CMEW/app/configure_standardise/bin/test_create_request_file.py
@@ -18,13 +18,11 @@ def test_create_request(monkeypatch):
18
monkeypatch.setenv("SUITE_ID", "u-az513")
19
monkeypatch.setenv("VARIABLES_PATH", "/path/to/variables.txt")
20
monkeypatch.setenv("VARIANT_LABEL", "r1i1p1f1")
21
-<<<<<<< 212_remove_hard_coded_dev_config
22
monkeypatch.setenv(
23
- "MIP_TABLE_DIR", "~cdds/etc/mip_tables/GCModelDev/0.0.25"
+ "MIP_TABLE_DIR",
+ "~cdds/etc/mip_tables/GCModelDev/0.0.25",
24
)
25
-=======
26
monkeypatch.setenv("STREAM_ID", "apm")
27
->>>>>>> main
28
29
config = create_request()
30
actual = {
0 commit comments