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

Fix integration tests #336

Merged
merged 1 commit into from
Oct 9, 2024

Conversation

alinabuzachis
Copy link
Collaborator

Fix integration tests by ensuring the appropriate event_stream_type is used

@@ -225,7 +225,7 @@
name: "{{ event_stream_name }}"
credential_name: "{{ credential_name_basic }}"
organization_name: Default
event_stream_type: Basic Event Stream
event_stream_type: "basic"
Copy link
Contributor

Choose a reason for hiding this comment

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

I'm not sure what are you trying to fix, but the right type is Basic Event Stream

Copy link
Collaborator Author

@alinabuzachis alinabuzachis Oct 8, 2024

Choose a reason for hiding this comment

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

It expects "basic" because otherwise it fails with

    "msg": "Failed to create/update event stream: HTTP error {'non_field_errors': ['The input event stream type Basic Event Stream does not match with the credential type basic']}"
}

Copy link
Contributor

Choose a reason for hiding this comment

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

Ok, sorry, I mislead it with the credential type

@Alex-Izquierdo
Copy link
Contributor

#332 this has the fix for the tox/check error

@Alex-Izquierdo Alex-Izquierdo enabled auto-merge (squash) October 9, 2024 11:34
@Alex-Izquierdo Alex-Izquierdo merged commit b9e2717 into ansible:main Oct 9, 2024
17 checks passed
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
bug Something isn't working
Projects
Archived in project
Development

Successfully merging this pull request may close these issues.

2 participants