Fix the server specs: the gateway is on port 8080 by default
This commit is contained in:
parent
b1cefa0d9b
commit
c9ad823169
@ -14,8 +14,8 @@ describe "IPFS" do
|
|||||||
expect(port(4001)).to be_listening
|
expect(port(4001)).to be_listening
|
||||||
end
|
end
|
||||||
|
|
||||||
it "is listening on port 9090 (gateway)" do
|
it "is listening on port 8080 (gateway)" do
|
||||||
expect(port(9090)).to be_listening
|
expect(port(8080)).to be_listening
|
||||||
end
|
end
|
||||||
|
|
||||||
it "has a running service of ipfs" do
|
it "has a running service of ipfs" do
|
||||||
|
Loading…
x
Reference in New Issue
Block a user