Skip to content

Commit

Permalink
verify fix
Browse files Browse the repository at this point in the history
  • Loading branch information
michalpristas committed Jun 21, 2022
1 parent ddf5a52 commit d5f669b
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion internal/pkg/artifact/download/fs/verifier_test.go
Original file line number Diff line number Diff line change
Expand Up @@ -38,7 +38,7 @@ func TestFetchVerify(t *testing.T) {
installPath := filepath.Join("testdata", "install")
targetPath := filepath.Join("testdata", "download")
ctx := context.Background()
s := program.Spec{Name: "Beat"}
s := program.Spec{Name: "Beat", Cmd: "beat", Artifact: "beats/filebeat"}
version := "8.0.0"

targetFilePath := filepath.Join(targetPath, "beat-8.0.0-darwin-x86_64.tar.gz")
Expand Down

0 comments on commit d5f669b

Please sign in to comment.