Skip to content

Commit

Permalink
test to reflect production
Browse files Browse the repository at this point in the history
  • Loading branch information
lzy7071 committed Jun 2, 2020
1 parent 5187e06 commit 46663c3
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion tests/config/test_config.py
Expand Up @@ -17,7 +17,7 @@ def tearDownClass(cls):

def test_basic_config(self):
result = self.src_basic
self.assertEqual(result.PRODUCTION != 'False', False)
self.assertEqual(result.PRODUCTION != 'False', True)
self.assertNotEqual(result.USERNAME, 'someusername')
self.assertTrue(isinstance(self.src_basic.SERVER, list))

Expand Down

0 comments on commit 46663c3

Please sign in to comment.