Skip to content

Commit

Permalink
chore: upgrade argocd in acceptance test to v2.13.1 (#266)
Browse files Browse the repository at this point in the history
  • Loading branch information
jiachengxu authored Dec 10, 2024
1 parent c1dd603 commit bde92ff
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion akp/data_source_akp_instance_test.go
Original file line number Diff line number Diff line change
Expand Up @@ -22,7 +22,7 @@ func TestAccInstanceDataSource(t *testing.T) {

// argocd
resource.TestCheckResourceAttr("data.akp_instance.test", "argocd.spec.description", "This is used by the terraform provider to test managing clusters."),
resource.TestCheckResourceAttr("data.akp_instance.test", "argocd.spec.version", "v2.8.0"),
resource.TestCheckResourceAttr("data.akp_instance.test", "argocd.spec.version", "v2.13.1"),
// argocd.instance_spec
resource.TestCheckResourceAttr("data.akp_instance.test", "argocd.spec.instance_spec.subdomain", "6pzhawvy4echbd8x"),
resource.TestCheckResourceAttr("data.akp_instance.test", "argocd.spec.instance_spec.declarative_management_enabled", "false"),
Expand Down

0 comments on commit bde92ff

Please sign in to comment.