Skip to content

Commit

Permalink
fix(QA): use another NXDOMAIN domain
Browse files Browse the repository at this point in the history
The previous one we were using is now taken.
  • Loading branch information
bassosimone committed Nov 12, 2020
1 parent b87de75 commit e3f58d2
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion QA/webconnectivity.py
Original file line number Diff line number Diff line change
Expand Up @@ -186,7 +186,7 @@ def webconnectivity_nonexistent_domain(ooni_exe, outfile):
tk = execute_jafar_and_return_validated_test_keys(
ooni_exe,
outfile,
"-i http://antani.xyz web_connectivity",
"-i http://antani.ooni.io web_connectivity",
"webconnectivity_nonexistent_domain",
args,
)
Expand Down

0 comments on commit e3f58d2

Please sign in to comment.