Skip to content

Commit

Permalink
fix: Make acceptance tests happy again (#439)
Browse files Browse the repository at this point in the history
Signed-off-by: Marco Maurer <[email protected]>
  • Loading branch information
mkilchhofer authored Oct 3, 2024
1 parent db58b6d commit fa64b2c
Showing 1 changed file with 4 additions and 4 deletions.
8 changes: 4 additions & 4 deletions internal/provider/data_source_application_test.go
Original file line number Diff line number Diff line change
Expand Up @@ -16,7 +16,7 @@ func TestAccArgoCDApplicationDataSource(t *testing.T) {
ExternalProviders: map[string]resource.ExternalProvider{
"argocd": {
VersionConstraint: "~> 5.0",
Source: "oboukili/argocd",
Source: "argoproj-labs/argocd",
},
},
Config: `
Expand Down Expand Up @@ -214,7 +214,7 @@ func TestAccArgoCDApplicationDataSource_Directory(t *testing.T) {
ExternalProviders: map[string]resource.ExternalProvider{
"argocd": {
VersionConstraint: "~> 5.0",
Source: "oboukili/argocd",
Source: "argoproj-labs/argocd",
},
},
Config: `
Expand Down Expand Up @@ -322,7 +322,7 @@ ingress:
ExternalProviders: map[string]resource.ExternalProvider{
"argocd": {
VersionConstraint: "~> 5.0",
Source: "oboukili/argocd",
Source: "argoproj-labs/argocd",
},
},
Config: fmt.Sprintf(`
Expand Down Expand Up @@ -432,7 +432,7 @@ func TestAccArgoCDApplicationDataSource_Kustomize(t *testing.T) {
ExternalProviders: map[string]resource.ExternalProvider{
"argocd": {
VersionConstraint: "~> 5.0",
Source: "oboukili/argocd",
Source: "argoproj-labs/argocd",
},
},
Config: `
Expand Down

0 comments on commit fa64b2c

Please sign in to comment.