Skip to content

Commit

Permalink
fix lint
Browse files Browse the repository at this point in the history
  • Loading branch information
augustbleeds committed Dec 30, 2024
1 parent 85c0038 commit b174a97
Show file tree
Hide file tree
Showing 2 changed files with 0 additions and 2 deletions.
1 change: 0 additions & 1 deletion integration-tests/smoke/ocr2_test.go
Original file line number Diff line number Diff line change
Expand Up @@ -48,7 +48,6 @@ func TestOCRBasic(t *testing.T) {
require.NoError(t, err, "Could not set CHAINLINK_ENV_USER")
err = os.Setenv("INTERNAL_DOCKER_REPO", *config.Common.InternalDockerRepo)
require.NoError(t, err, "Could not set INTERNAL_DOCKER_REPO")
test := test
t.Run(test.name, func(t *testing.T) {
t.Parallel()
logging.Init()
Expand Down
1 change: 0 additions & 1 deletion integration-tests/soak/ocr2_test.go
Original file line number Diff line number Diff line change
Expand Up @@ -48,7 +48,6 @@ func TestOCRBasicSoak(t *testing.T) {
require.NoError(t, err, "Could not set CHAINLINK_ENV_USER")
err = os.Setenv("INTERNAL_DOCKER_REPO", *config.Common.InternalDockerRepo)
require.NoError(t, err, "Could not set INTERNAL_DOCKER_REPO")
test := test
t.Run(test.name, func(t *testing.T) {
t.Parallel()
logging.Init()
Expand Down

0 comments on commit b174a97

Please sign in to comment.