Skip to content

Commit

Permalink
Update dapr in standalone tests to 1.14.1
Browse files Browse the repository at this point in the history
Signed-off-by: joshvanl <me@joshvanl.dev>
  • Loading branch information
JoshVanL committed Aug 15, 2024
1 parent 678b417 commit 6654a5e
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions tests/e2e/standalone/init_test.go
Original file line number Diff line number Diff line change
Expand Up @@ -175,7 +175,7 @@ func TestStandaloneInit(t *testing.T) {
must(t, cmdUninstall, "failed to uninstall Dapr")

args := []string{
"--runtime-version", "1.14.0-rc.3",
"--runtime-version", "1.14.1",
"--dev",
}
output, err := cmdInit(args...)
Expand All @@ -190,8 +190,8 @@ func TestStandaloneInit(t *testing.T) {
require.DirExists(t, daprPath, "Directory %s does not exist", daprPath)

_, latestDaprDashboardVersion := common.GetVersionsFromEnv(t, true)
verifyContainers(t, "1.14.0-rc.3")
verifyBinaries(t, daprPath, "1.14.0-rc.3", latestDaprDashboardVersion)
verifyContainers(t, "1.14.1"),
verifyBinaries(t, daprPath, "1.14.1", latestDaprDashboardVersion)
verifyConfigs(t, daprPath)

placementPort := 50005
Expand Down

0 comments on commit 6654a5e

Please sign in to comment.