Skip to content

Commit

Permalink
tests: Update default dns setting in tests
Browse files Browse the repository at this point in the history
Set default dns to 8.8.8.8 for tests/test.py
rogers0 committed Nov 15, 2017
1 parent f3c3080 commit 7c38284
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion tests/test.py
Original file line number Diff line number Diff line change
@@ -35,7 +35,7 @@
parser.add_argument('-b', '--server-args', type=str, default=None)
parser.add_argument('--should-fail', action='store_true', default=None)
parser.add_argument('--url', type=str, default=default_url)
parser.add_argument('--dns', type=str, default='10.19.185.252')
parser.add_argument('--dns', type=str, default='8.8.8.8')

config = parser.parse_args()

0 comments on commit 7c38284

Please sign in to comment.