127 not localhost?
parent
77c45273b0
commit
b41109dd9e
|
@ -7,7 +7,7 @@ def test_push():
|
||||||
for fname in glob.glob("*.xml"):
|
for fname in glob.glob("*.xml"):
|
||||||
proc = subprocess.Popen([
|
proc = subprocess.Popen([
|
||||||
"taxii-push",
|
"taxii-push",
|
||||||
"--path", "http://localhost:9000/services/inbox",
|
"--path", "http://127.0.0.1:9000/services/inbox",
|
||||||
"-f", fname,
|
"-f", fname,
|
||||||
"--dest", "collection",
|
"--dest", "collection",
|
||||||
"--username", "travis",
|
"--username", "travis",
|
||||||
|
|
Loading…
Reference in New Issue