127 not localhost?
parent
77c45273b0
commit
b41109dd9e
|
@ -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",
|
||||
|
|
Loading…
Reference in New Issue