Skip to content

Commit

Permalink
fix(5595): fix test agent path
Browse files Browse the repository at this point in the history
  • Loading branch information
kaanyalti committed Jan 22, 2025
1 parent a2fe26b commit e039471
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion testing/integration/install_test.go
Original file line number Diff line number Diff line change
Expand Up @@ -267,7 +267,7 @@ func TestInstallPrivilegedWithBasePath(t *testing.T) {
t.Run("check second agent installs with --develop", testSecondAgentCanInstall(ctx, fixture, randomBasePath, true, opts))
t.Run("check second agent can be installed again with --develop --force", testSecondAgentCanInstallWithForce(ctx, fixture, randomBasePath, true, opts))
t.Run("check the initial agent is still installed and healthy", func(t *testing.T) {
require.NoError(t, installtest.CheckSuccess(ctx, fixture, opts.BasePath, &installtest.CheckOpts{Privileged: opts.Privileged}))
require.NoError(t, installtest.CheckSuccess(ctx, fixture, topPath, &installtest.CheckOpts{Privileged: opts.Privileged}))
})
}

Expand Down

0 comments on commit e039471

Please sign in to comment.