File tree Expand file tree Collapse file tree 1 file changed +3
-3
lines changed
Expand file tree Collapse file tree 1 file changed +3
-3
lines changed Original file line number Diff line number Diff line change @@ -50,10 +50,10 @@ def test_generate_reference_config(plugin_registry):
5050 source = "TestPluginA" ,
5151 message = "Plugin tasks completed successfully" ,
5252 result_data = DataPluginResult (
53- system_data = DummyDataModel (some_version = "M17 " ),
53+ system_data = DummyDataModel (some_version = "17 " ),
5454 collection_result = TaskResult (
5555 status = ExecutionStatus .OK ,
56- message = "BIOS: M17 " ,
56+ message = "BIOS: 17 " ,
5757 task = "BiosCollector" ,
5858 parent = "TestPluginA" ,
5959 artifacts = [],
@@ -64,7 +64,7 @@ def test_generate_reference_config(plugin_registry):
6464
6565 ref_config = cli .generate_reference_config (results , plugin_registry , logging .getLogger ())
6666 dump = ref_config .dict ()
67- assert dump ["plugins" ] == {"TestPluginA" : {"analysis_args" : {"model_attr" : 123 }}}
67+ assert dump ["plugins" ] == {"TestPluginA" : {"analysis_args" : {"model_attr" : 17 }}}
6868
6969
7070def test_get_plugin_configs ():
You can’t perform that action at this time.
0 commit comments