Skip to content

Commit

Permalink
Merge branch 'fix-conf-test' into develop
Browse files Browse the repository at this point in the history
* fix-conf-test:
  Point shared creds to bogus file
  • Loading branch information
jamesls committed Sep 18, 2015
2 parents 91e4cb8 + ddd95af commit adaea62
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions tests/integration/customizations/test_configure.py
Original file line number Diff line number Diff line change
Expand Up @@ -28,6 +28,7 @@ def setUp(self):
self.tempdir, 'config-%s' % random.randint(1, 100000))
self.env_vars = os.environ.copy()
self.env_vars['AWS_CONFIG_FILE'] = self.config_filename
self.env_vars['AWS_SHARED_CREDENTIALS_FILE'] = 'asdf-does-not-exist'

def tearDown(self):
if os.path.isfile(self.config_filename):
Expand Down

0 comments on commit adaea62

Please sign in to comment.