-
Notifications
You must be signed in to change notification settings - Fork 110
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
Fix integration tests #336
Conversation
@@ -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" |
There was a problem hiding this comment.
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
There was a problem hiding this comment.
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']}"
}
There was a problem hiding this comment.
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
#332 this has the fix for the tox/check error |
…s used Signed-off-by: Alina Buzachis <[email protected]>
02365e2
to
2027a18
Compare
Fix integration tests by ensuring the appropriate event_stream_type is used