Skip to content

Commit d94780c

Browse files
committed
Fix all_placeholders_replaced tests
1 parent 784519e commit d94780c

File tree

1 file changed

+2
-0
lines changed

1 file changed

+2
-0
lines changed

test/pytest/test_wrap_extpar.py

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -957,6 +957,7 @@ def test_all_placeholders_replaced_cosmo(tmp_dir):
957957
"it_cl_type": 1,
958958
"iera_type": 1,
959959
"iemiss_type": 1,
960+
'ilookup_table_lu': 1,
960961
"enable_cdnc": False,
961962
"enable_edgar": False,
962963
"enable_art": False,
@@ -995,6 +996,7 @@ def test_all_placeholders_replaced_icon(tmp_dir, icon_grid):
995996
"it_cl_type": 1,
996997
"iera_type": 1,
997998
"iemiss_type": 1,
999+
'ilookup_table_lu': 1,
9981000
"enable_cdnc": False,
9991001
"enable_edgar": False,
10001002
"enable_art": False,

0 commit comments

Comments
 (0)