Skip to content

Commit

Permalink
fixed incorrect merge
Browse files Browse the repository at this point in the history
  • Loading branch information
Akm0d committed Dec 11, 2019
1 parent c015e46 commit 7e0750d
Showing 1 changed file with 1 addition and 4 deletions.
5 changes: 1 addition & 4 deletions tests/unit/test_config.py
Original file line number Diff line number Diff line change
Expand Up @@ -1341,10 +1341,7 @@ def test_apply_cloud_providers_config_extend_multiple(self):
},
},
}
self.assertEqual(ret, salt.config.apply_cloud_providers_config(
>>>>>>> de3fd871dc... add tencentcloud testing
overrides,
defaults=DEFAULT))
self.assertEqual(ret, salt.config.apply_cloud_providers_config(overrides, defaults=DEFAULT))

def test_apply_cloud_providers_config_extends_bad_alias(self):
'''
Expand Down

0 comments on commit 7e0750d

Please sign in to comment.