Skip to content
This repository has been archived by the owner on Jul 5, 2024. It is now read-only.

Commit

Permalink
#17: make sure old added drives will have from local/cloud configurat…
Browse files Browse the repository at this point in the history
…ion.
  • Loading branch information
derrix060 committed Sep 28, 2018
1 parent d91173c commit 0e1f673
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions tests/test_models.py
Original file line number Diff line number Diff line change
Expand Up @@ -162,6 +162,8 @@ def test_properties(self):
self.assertEqual(self.drive_dict['drive_id'], self.drive_config.drive_id)
self.assertEqual(self.drive_dict['ignorefile_path'], self.drive_config.ignorefile_path)
self.assertEqual(self.drive_dict['localroot_path'], self.drive_config.localroot_path)
self.assertIsNotNone(self.drive_config.from_local_config)
self.assertIsNotNone(self.drive_config.from_cloud_config)


class TestWebhookNotification(unittest.TestCase):
Expand Down

0 comments on commit 0e1f673

Please sign in to comment.