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 async tests #609

Merged
merged 3 commits into from
Jan 22, 2025
Merged

Fix async tests #609

merged 3 commits into from
Jan 22, 2025

Conversation

rjambrecic
Copy link
Collaborator

@rjambrecic rjambrecic commented Jan 22, 2025

Why are these changes needed?

There are some tests which are missing async def and await before calling async function
There are 6 warning like this:
RuntimeWarning: coroutine 'some_function' was never awaited some_function(credentials_from_test_param)
in Github Action

Related issue number

Closes #610

Checks

@davorrunje davorrunje added this pull request to the merge queue Jan 22, 2025
Merged via the queue into main with commit 5cee0e8 Jan 22, 2025
28 of 31 checks passed
@davorrunje davorrunje deleted the fix-async-tests branch January 22, 2025 14:14
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.

[Bug]: Fix async tests
2 participants