subdirect correctly
This commit is contained in:
parent
11b35bab28
commit
ec720e7ff4
3
tests.py
3
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(
|
||||
|
Loading…
Reference in New Issue
Block a user