Import from correct module

This commit is contained in:
mvdbeek
2019-02-19 13:36:28 +01:00
parent 936679ea81
commit e52bb5daa7
+1 -1
View File
@@ -10,7 +10,7 @@ import time
from base import integration_util # noqa: I100,I202
from base.populators import skip_without_tool
from .test_dockerized_jobs import MulledJobTestCases # noqa: I201
from .test_containerized_jobs import MulledJobTestCases # noqa: I201
from .test_job_environments import BaseJobEnvironmentIntegrationTestCase # noqa: I201
PERSISTENT_VOLUME_NAME = 'pv-galaxy-integration-test'