tests: 'NULL_MI' -> 'NULL' in test_replacement_policies.py

NULL already compiled to include the MI protocol. This explicit
declaration causes compilation of another binary which is not required.
This commit is contained in:
Bobby R. Bruce
2024-09-23 11:28:28 -07:00
parent 91fb4acd29
commit 87daf94c0e

View File

@@ -50,7 +50,6 @@ def test_replacement_policy(config_name: str, config_path: str) -> None:
),
config_args=[config_name, config_path],
valid_isas=(constants.null_tag,),
protocol="MI_example",
valid_hosts=constants.supported_hosts,
length=constants.long_tag,
)