Skip to content
This repository has been archived by the owner on Mar 31, 2023. It is now read-only.

Commit

Permalink
Switch apply test to check for current k8s version
Browse files Browse the repository at this point in the history
  • Loading branch information
weave-e2e-quickstart authored and dinosk committed Nov 5, 2020
1 parent be9e4d0 commit be3249e
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion test/integration/test/apply_test.go
Original file line number Diff line number Diff line change
Expand Up @@ -457,7 +457,7 @@ func TestApply(t *testing.T) {

//Test we have installed the specified version.
t.Run("KubernetesVersion", func(t *testing.T) {
testApplyKubernetesVersion(t, "1.16.11")
testApplyKubernetesVersion(t, "1.19.3")
})

// Test we can run kubectl against the cluster.
Expand Down

0 comments on commit be3249e

Please sign in to comment.