#2688: apply the request validators + fixing the fix duration test + refactor test class names
This commit is contained in:
@@ -21,7 +21,7 @@ def populated_node(application_class) -> Tuple[Application, Computer]:
|
||||
computer.power_on()
|
||||
computer.software_manager.install(application_class)
|
||||
|
||||
app = computer.software_manager.software.get("DummyApplication")
|
||||
app = computer.software_manager.software.get("TestDummyApplication")
|
||||
app.run()
|
||||
|
||||
return app, computer
|
||||
@@ -39,7 +39,7 @@ def test_application_on_offline_node(application_class):
|
||||
)
|
||||
computer.software_manager.install(application_class)
|
||||
|
||||
app: Application = computer.software_manager.software.get("DummyApplication")
|
||||
app: Application = computer.software_manager.software.get("TestDummyApplication")
|
||||
|
||||
computer.power_off()
|
||||
|
||||
|
||||
Reference in New Issue
Block a user