127 not localhost?

travis
Hannah Ward 2016-11-18 16:01:39 +00:00
parent 77c45273b0
commit b41109dd9e
No known key found for this signature in database
GPG Key ID: 6F3BAD60DE190290
1 changed files with 1 additions and 1 deletions

View File

@ -7,7 +7,7 @@ def test_push():
for fname in glob.glob("*.xml"):
proc = subprocess.Popen([
"taxii-push",
"--path", "http://localhost:9000/services/inbox",
"--path", "http://127.0.0.1:9000/services/inbox",
"-f", fname,
"--dest", "collection",
"--username", "travis",