There was an error while loading. Please reload this page.
1 parent e0ce553 commit dc9ee71Copy full SHA for dc9ee71
examples/ava/test/get-dog_1.spec.js
@@ -6,7 +6,7 @@ const pact = require("@pact-foundation/pact")
6
const Pact = pact.Pact
7
const getMeDog = require("../index").getMeDog
8
9
-const url = "http://localhost"
+const url = "http://127.0.0.1"
10
const port = 8990
11
12
const provider = new Pact({
examples/ava/test/get-dogs.spec.js
const getMeDogs = require("../index").getMeDogs
const port = 8989
0 commit comments