Skip to content

Commit 9e19d51

Browse files
committed
fix path
1 parent e6d3dd5 commit 9e19d51

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

test/integration/upgrade/upgrade_test.go

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -154,7 +154,7 @@ func verifyAgentConfigFile(ctx context.Context, t *testing.T, testContainer test
154154
func upgradeAgent(ctx context.Context, t *testing.T, testContainer testcontainers.Container) (time.Duration, io.Reader) {
155155
var updatePkgCmd []string
156156
var upgradeAgentCmd []string
157-
officialDebPackage := "nginx-agent_3.2.1~bookworm_" + osArch + ".deb"
157+
officialDebPackage := "./nginx-agent_3.2.1~bookworm_" + osArch + ".deb"
158158

159159
if strings.Contains(osRelease, "ubuntu") || strings.Contains(osRelease, "debian") {
160160
updatePkgCmd = []string{"apt-get", "update"}

0 commit comments

Comments
 (0)