-
Notifications
You must be signed in to change notification settings - Fork 0
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
Update python to 3.10 #68
Conversation
@@ -109,7 +107,7 @@ async def test_incorrect_vhost(mocker, caplog): | |||
|
|||
|
|||
async def test_parse_incoming_message(mq_service, consumer): | |||
payload = {"msg": "test message", "another_key": "value"} |
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.
This is just a temporary change to show that messages from earlier tests are still lingering in the list of received messages. I'm not sure why this started to happen. It is probably related to some dependency update
Codecov ReportAttention: Patch coverage is
Additional details and impacted files@@ Coverage Diff @@
## develop #68 +/- ##
===========================================
+ Coverage 96.39% 96.66% +0.27%
===========================================
Files 12 12
Lines 499 510 +11
===========================================
+ Hits 481 493 +12
+ Misses 18 17 -1 ☔ View full report in Codecov by Sentry. |
Also update dependencies