Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

test: Make acceptance tests happy again #439

Merged
merged 1 commit into from
Oct 3, 2024

Conversation

mkilchhofer
Copy link
Collaborator

Fixes failing acceptance tests in (draft) PR over here:

@mkilchhofer mkilchhofer changed the title fix: Make acceptance tests happy again ci: Make acceptance tests happy again Oct 2, 2024
@mkilchhofer mkilchhofer changed the title ci: Make acceptance tests happy again test: Make acceptance tests happy again Oct 2, 2024
@@ -16,7 +16,7 @@ func TestAccArgoCDApplicationDataSource(t *testing.T) {
ExternalProviders: map[string]resource.ExternalProvider{
"argocd": {
VersionConstraint: "~> 5.0",
Copy link
Collaborator

@blakepettersson blakepettersson Oct 3, 2024

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Shouldn't the VersionConstraint be "~> 6.2.0" (or even "~> 7.0")?

Copy link
Collaborator Author

@mkilchhofer mkilchhofer Oct 3, 2024

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

I did not want to touch any functionality/testing logic yet. Unsure why we had ~> 5.0 here. Maybe we should completely remove the version constriant?

Copy link
Collaborator Author

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Created a follow-up issue for this:

@mkilchhofer mkilchhofer merged commit fa64b2c into main Oct 3, 2024
7 checks passed
@mkilchhofer mkilchhofer deleted the bugfix/acceptance_tests_after_move branch October 3, 2024 09:25
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

4 participants