Fix some test in the CuraContainerRegistry.

Delete a test that needs a ContainerProvider. We need to discuss if we
want to add it back, depending if we are still keeping the providers.

Contributes to CURA-5628.
This commit is contained in:
Diego Prado Gesto 2018-08-14 17:14:30 +02:00
parent b85950b128
commit 77c5a94db2
23 changed files with 36 additions and 231 deletions

View file

@ -20,4 +20,4 @@ def application() -> CuraApplication:
# Returns a MachineActionManager instance.
@pytest.fixture()
def machine_action_manager(application) -> MachineActionManager:
return application.getMachineActionManager()
return MachineActionManager(application)