diff --git a/tests.py b/tests.py index 99e3939..6dc9a2c 100644 --- a/tests.py +++ b/tests.py @@ -51,7 +51,8 @@ class CeligoTest(unittest.TestCase): fake_id = "fake_integration_id" tempdir = tempfile.mkdtemp('celigo_testing') bc = celigo.BackupCeligo(tempdir) - imports_dir = os.path.join(tempdir, fake_id, "imports") + + imports_dir = os.path.join(tempdir, "integrations", fake_id, "imports") connections_dir = os.path.join(tempdir, "connections") # Check that the directories don't exist already. self.assertFalse(