Skip to content

Commit

Permalink
drop log level
Browse files Browse the repository at this point in the history
  • Loading branch information
YOU54F committed Feb 24, 2024
1 parent a5f8b37 commit b5437b3
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/test.yml
Original file line number Diff line number Diff line change
Expand Up @@ -9,7 +9,7 @@ env:
APP_REF: ${{ github.ref }}
# LD_LIBRARY_PATH: /tmp
# PACT_GO_LIB_DOWNLOAD_PATH: /tmp
LOG_LEVEL: debug
LOG_LEVEL: info
COVERALLS_TOKEN: ${{ secrets.GITHUB_TOKEN }}

jobs:
Expand Down
2 changes: 1 addition & 1 deletion internal/native/mock_server_test.go
Original file line number Diff line number Diff line change
Expand Up @@ -167,7 +167,7 @@ func TestHandleBasedHTTPTests(t *testing.T) {
func TestPluginInteraction(t *testing.T) {
tmpPactFolder, err := os.MkdirTemp("", "pact-go")
assert.NoError(t, err)
_ = log.SetLogLevel("trace")
_ = log.SetLogLevel("info")

m := NewHTTPPact("test-plugin-consumer", "test-plugin-provider")

Expand Down

0 comments on commit b5437b3

Please sign in to comment.