Skip to content

Commit

Permalink
Fix unit-test(s).
Browse files Browse the repository at this point in the history
part of CURA-10722
  • Loading branch information
rburema committed Aug 1, 2023
1 parent fc48ce7 commit e30ba99
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion tests/Settings/TestAppendAdditionalSettings.py
Original file line number Diff line number Diff line change
Expand Up @@ -16,7 +16,7 @@ def __init__(self) -> None:
self._plugin_id = "RealityPerforator"
self._version = "7.8.9"
self.appender_type = "CLOWNS"
self.definition_file_paths = [os.path.join(os.path.dirname(os.path.abspath(__file__)), "definitions", "append_extra_settings.def.json")]
self.definition_file_paths = [os.path.join(os.path.dirname(os.path.abspath(__file__)), "additional_settings", "append_extra_settings.def.json")]


def test_AdditionalSettingNames():
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -17,7 +17,7 @@
}
}
},
"spoot":
"category_too":
{
"label": "Warble!",
"type": "category",
Expand Down

0 comments on commit e30ba99

Please sign in to comment.