Skip to content

Commit

Permalink
example: remove go-kit example
Browse files Browse the repository at this point in the history
  • Loading branch information
mefellows committed Oct 14, 2019
1 parent 89b8822 commit 54d3c64
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion examples/mux/provider/user_service_test.go
Original file line number Diff line number Diff line change
Expand Up @@ -19,7 +19,7 @@ import (

// The Provider verification
func TestPact_MuxProvider(t *testing.T) {
startProvider()
go startProvider()

pact := createPact()

Expand Down
2 changes: 1 addition & 1 deletion scripts/pact.sh
Original file line number Diff line number Diff line change
Expand Up @@ -31,7 +31,7 @@ export PACT_BROKER_PASSWORD="O5AIZWxelWbLvqMd8PkAVycBJh2Psyg1"
export PATH="../build/pact/bin:${PATH}"

step "Running E2E regression and example projects"
examples=("github.com/pact-foundation/pact-go/examples/consumer/goconsumer" "github.com/pact-foundation/pact-go/examples/go-kit/provider" "github.com/pact-foundation/pact-go/examples/mux/provider" "github.com/pact-foundation/pact-go/examples/gin/provider" "github.com/pact-foundation/pact-go/examples/messages/consumer" "github.com/pact-foundation/pact-go/examples/messages/provider" "github.com/pact-foundation/pact-go/examples/httpbin" "github.com/pact-foundation/pact-go/examples/customTls")
examples=("github.com/pact-foundation/pact-go/examples/consumer/goconsumer" "github.com/pact-foundation/pact-go/examples/mux/provider" "github.com/pact-foundation/pact-go/examples/gin/provider" "github.com/pact-foundation/pact-go/examples/messages/consumer" "github.com/pact-foundation/pact-go/examples/messages/provider" "github.com/pact-foundation/pact-go/examples/httpbin" "github.com/pact-foundation/pact-go/examples/customTls")

for example in "${examples[@]}"
do
Expand Down

0 comments on commit 54d3c64

Please sign in to comment.