Skip to content

Commit

Permalink
test: fix arch in test
Browse files Browse the repository at this point in the history
  • Loading branch information
marcsauter committed Feb 8, 2021
1 parent 41ea060 commit 1f84870
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion pkg/artifactory/backend_test.go
Original file line number Diff line number Diff line change
Expand Up @@ -14,7 +14,7 @@ func TestProcessZIP(t *testing.T) {
baseURL := "https://repo.example.com/artifactory"
repo := "generic"
repoPath := "terraform/providers"
name := "terraform-provider-example_linux_x86_64-0.0.1.zip"
name := "terraform-provider-example_linux_amd64-0.0.1.zip"
ptype := "example"

u, err := url.Parse(baseURL)
Expand Down
2 changes: 1 addition & 1 deletion pkg/artifactory/httpclient.go

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

0 comments on commit 1f84870

Please sign in to comment.