From 660201b13ef1021ff416acfbaafa80495e05a230 Mon Sep 17 00:00:00 2001 From: Danny Brito <54994380+DannyBrito@users.noreply.github.com> Date: Tue, 15 Oct 2024 16:49:28 -0400 Subject: [PATCH] fix typo and redundant import (#403) --- .github/workflows/ci.yml | 2 +- test/main_test.go | 1 - 2 files changed, 1 insertion(+), 2 deletions(-) diff --git a/.github/workflows/ci.yml b/.github/workflows/ci.yml index d88bc623e..e5684fc74 100644 --- a/.github/workflows/ci.yml +++ b/.github/workflows/ci.yml @@ -93,7 +93,7 @@ jobs: uses: docker/setup-buildx-action@c47758b77c9736f4b2ef4073d4d51994fabfe349 # v3.7.1 - name: download deps run: go mod download - - name: Run integaration tests + - name: Run integration tests run: go test -v -json ./test | go run ./cmd/test2json2gha - name: dump logs if: failure() diff --git a/test/main_test.go b/test/main_test.go index 0ba864ae7..8b6e49036 100644 --- a/test/main_test.go +++ b/test/main_test.go @@ -13,7 +13,6 @@ import ( "github.com/Azure/dalec/test/fixtures" "github.com/Azure/dalec/test/testenv" "github.com/moby/buildkit/util/tracing/delegated" - _ "github.com/moby/buildkit/util/tracing/delegated" "github.com/moby/buildkit/util/tracing/detect" "go.opentelemetry.io/otel" "go.opentelemetry.io/otel/propagation"