diff --git a/site-cookbooks/ipfs/test/integration/default/serverspec/ipfs_spec.rb b/site-cookbooks/ipfs/test/integration/default/serverspec/ipfs_spec.rb index 09254fe..3bc17ee 100644 --- a/site-cookbooks/ipfs/test/integration/default/serverspec/ipfs_spec.rb +++ b/site-cookbooks/ipfs/test/integration/default/serverspec/ipfs_spec.rb @@ -14,8 +14,8 @@ describe "IPFS" do expect(port(4001)).to be_listening end - it "is listening on port 9090 (gateway)" do - expect(port(9090)).to be_listening + it "is listening on port 8080 (gateway)" do + expect(port(8080)).to be_listening end it "has a running service of ipfs" do