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[fix]: Pass parameters to aiohttp correctly #421

Merged
merged 1 commit into from
May 15, 2023
Merged

Conversation

Ferenc-
Copy link
Collaborator

@Ferenc- Ferenc- commented May 15, 2023

Apparently the parameter passing in our aiohttp tests were incorrect, and was depending on a yarl bug [1] that was fixed [2] in 1.9.0, and with this new yarl version, our tests started to fail. This fix corrects the parameter passing, so we can use the latest yarl.

[1] aio-libs/yarl#723
[2] aio-libs/yarl#792

Apparently the parameter passing in our `aiohttp` tests
were incorrect, and was depending on a `yarl` bug [1] that was fixed [2]
in `1.9.0`, and with this new yarl version, our tests started to fail.
This fix corrects the parameter passing, so we can use the latest `yarl`.

[1] aio-libs/yarl#723
[2] aio-libs/yarl#792

Signed-off-by: Ferenc Géczi <ferenc.geczi@ibm.com>
Copy link
Member

@pvital pvital left a comment

Choose a reason for hiding this comment

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

LGTM

@Ferenc- Ferenc- merged commit ebc4103 into master May 15, 2023
@Ferenc- Ferenc- deleted the aiohttp-parameter branch May 15, 2023 08:08
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.

2 participants