Skip to content

Commit

Permalink
removed some overrides
Browse files Browse the repository at this point in the history
  • Loading branch information
MasinAD committed Apr 24, 2020
1 parent 01a1a8f commit 12b6436
Showing 1 changed file with 5 additions and 1 deletion.
6 changes: 5 additions & 1 deletion lexicon/tests/providers/test_corenetworks.py
Original file line number Diff line number Diff line change
Expand Up @@ -32,4 +32,8 @@ def _filter_response(self, response):
return response

def _test_parameters_overrides(self):
return {'api_endpoint': 'https://beta.api.core-networks.de'}
return {
'api_endpoint': 'https://beta.api.core-networks.de',
# 'auth_username': 'apiaccount',
# 'auth_password': 'apipassword'
}

0 comments on commit 12b6436

Please sign in to comment.