Skip to content
This repository has been archived by the owner on Mar 11, 2021. It is now read-only.

Commit

Permalink
contract-tests: Fix Gopkg.toml.
Browse files Browse the repository at this point in the history
  • Loading branch information
pmacik committed Feb 25, 2019
1 parent 10cb81c commit 962bcd3
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 10 deletions.
4 changes: 2 additions & 2 deletions .make/test.mk
Original file line number Diff line number Diff line change
Expand Up @@ -177,8 +177,8 @@ test-integration-benchmark: prebuild-check migrate-database $(SOURCES)
.PHONY: test-contracts-provider-no-coverage
## Runs the contract tests WITHOUT producing coverage files for each package.
## Make sure you ran "make dev" before you run this target.
## The Chrome or Chromium browser with headless feature
## as well as the [chromedriver](http://chromedriver.chromium.org/) is required
## The Chrome or Chromium browser with headless feature
## as well as the [chromedriver](http://chromedriver.chromium.org/) is required
## to be installed for the user login part of the tests.
## The following env variables needs to be set in environment:
## - Pact consumer for whom the contract is verified as provider
Expand Down
8 changes: 0 additions & 8 deletions Gopkg.toml
Original file line number Diff line number Diff line change
Expand Up @@ -124,14 +124,6 @@ required = [
go-tests = true
unused-packages = true

[[constraint]]
name = "github.com/fsnotify/fsnotify"
version = "1.4.7"

[[constraint]]
name = "gopkg.in/h2non/gock.v1"
version = "1.0.12"

[[constraint]]
name = "github.com/pact-foundation/pact-go"
revision = "v1.0.0-beta.3"
Expand Down

0 comments on commit 962bcd3

Please sign in to comment.