Partial fix for intent manager not finding correct profile in test

Only in test.
This commit is contained in:
Ghostkeeper 2019-09-23 15:17:15 +02:00
parent 7d40d962e8
commit 557746a832
No known key found for this signature in database
GPG key ID: 86BEF881AE2CF276
4 changed files with 20 additions and 12 deletions

View file

@ -4,8 +4,6 @@ from UM.Settings.DefinitionContainer import DefinitionContainer
from cura.Machines.ContainerTree import ContainerTree
from cura.Settings.GlobalStack import GlobalStack
import cura.CuraApplication # DEBUG!
def createMockedStack(definition_id: str):
result = MagicMock(spec = GlobalStack)