Skip to content

Commit

Permalink
fix lint
Browse files Browse the repository at this point in the history
  • Loading branch information
alphanota committed Jan 18, 2025
1 parent 6ea296a commit fd7d94d
Showing 1 changed file with 1 addition and 2 deletions.
3 changes: 1 addition & 2 deletions integration/build_test.go
Original file line number Diff line number Diff line change
Expand Up @@ -348,10 +348,9 @@ func TestRunWithDockerAndBuildArgs(t *testing.T) {

for _, test := range tests {
testutil.Run(t, test.description, func(t *testutil.T) {

skaffold.Build(test.args...).InDir(test.projectDir).Run(t.T)

defer skaffold.Delete().InDir(test.projectDir).Run(t.T)

expected := "IMAGE_REPO: gcr.io/k8s-skaffold, IMAGE_NAME: skaffold, IMAGE_TAG:latest"
got := ""

Expand Down

0 comments on commit fd7d94d

Please sign in to comment.