Skip to content

Commit

Permalink
fix attribute name in test
Browse files Browse the repository at this point in the history
  • Loading branch information
ahublersos committed Sep 12, 2023
1 parent 4966f63 commit ca13252
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion argocd/resource_argocd_application_set_test.go
Original file line number Diff line number Diff line change
Expand Up @@ -172,7 +172,7 @@ func TestAccArgoCDApplicationSet_gitPathParamPrefix(t *testing.T) {
),
resource.TestCheckResourceAttr(
"argocd_application_set.git_files_path_param_prefix",
"spec.0.generator.0.git.0.pathParamPrefix",
"spec.0.generator.0.git.0.path_param_prefix",
"foo",
),
),
Expand Down

0 comments on commit ca13252

Please sign in to comment.