diff --git a/tests/legacy/system/test_edb_configuration_2p0.py b/tests/legacy/system/test_edb_configuration_2p0.py index 31f5eeb3ba..c8f1f52655 100644 --- a/tests/legacy/system/test_edb_configuration_2p0.py +++ b/tests/legacy/system/test_edb_configuration_2p0.py @@ -627,7 +627,7 @@ def test_09_padstack_definition(self, edb_examples): data = {"padstacks": {"definitions": [DEFINITION], "instances": [INSTANCE]}} edbapp = edb_examples.get_si_verse() assert edbapp.configuration.load(data, apply_file=False) - edbapp.configuration.run(fix_padstack_def=True) + edbapp.configuration.run() data_from_layout = edbapp.configuration.get_data_from_db(padstacks=True) pdef = [i for i in data_from_layout["padstacks"]["definitions"] if i["name"] == "v35h15"][0]