Skip to content

Commit c89af8e

Browse files
fix typo
1 parent 215d745 commit c89af8e

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

tests/integration/api_packages_rpm_test.go

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -157,7 +157,7 @@ gpgkey=%sapi/packages/%s/rpm/repository.key`,
157157
t.Run("Download", func(t *testing.T) {
158158
defer tests.PrintCurrentTest(t)()
159159

160-
rpmFileName := fmt.Sprintf("%s-%s-%s.rpm", packageName, packageVersion, packageArchitecture)
160+
rpmFileName := fmt.Sprintf("%s-%s.%s.rpm", packageName, packageVersion, packageArchitecture)
161161
req := NewRequest(t, "GET", fmt.Sprintf("%s/package/%s/%s/%s/%s", groupURL, packageName, packageVersion, packageArchitecture, rpmFileName))
162162
resp := MakeRequest(t, req, http.StatusOK)
163163

0 commit comments

Comments
 (0)