X-Git-Url: https://gerrit.o-ran-sc.org/r/gitweb?a=blobdiff_plain;f=tests%2Ftesting_helpers.py;fp=tests%2Ftesting_helpers.py;h=c59426b5cffe06d5bf223f1baef19e26b87731e9;hb=40caa314d23122f0bd25c0e66b65d10303538164;hp=2c9dda2d6e76db9b3452c3f071e9ee389b5c872c;hpb=d1cc75a2ca8d41cecb8bd67f9bc934c53035b43b;p=ric-plt%2Fa1.git diff --git a/tests/testing_helpers.py b/tests/testing_helpers.py index 2c9dda2..c59426b 100644 --- a/tests/testing_helpers.py +++ b/tests/testing_helpers.py @@ -37,10 +37,6 @@ def patch_all(monkeypatch, nonexisting_rmr=False, nofetch=False): monkeypatch.setattr("a1.utils.get_ric_manifest", lambda: man) - # patch rmr mapping - mapping = open(_get_fixture_path("rmr_string_int_mapping.txt"), "r").readlines() - monkeypatch.setattr("a1.utils._get_rmr_mapping_table", lambda: mapping) - def good_payload(): return {"enforce": True, "window_length": 10, "blocking_rate": 20, "trigger_threshold": 10}