category back to category_id

This commit is contained in:
mike cullerton 2022-02-08 16:39:31 -05:00
parent 5396226b0f
commit 0a4f63f048
1 changed files with 1 additions and 1 deletions

View File

@ -223,7 +223,7 @@ class BaseTest(unittest.TestCase):
if display_name is None:
display_name = dir_name
spec = ExampleDataLoader().create_spec(id=dir_name, filepath=filepath, master_spec=master_spec,
display_name=display_name, category=category, library=library)
display_name=display_name, category_id=category_id, library=library)
return spec
@staticmethod