From ec720e7ff415af350f73771a4241ca4438a039a0 Mon Sep 17 00:00:00 2001 From: Tyrel Souza Date: Wed, 25 May 2016 12:46:34 -0400 Subject: [PATCH] subdirect correctly --- tests.py | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) 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(