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

chore(roll): roll Playwright to v1.46 #2499

Merged
merged 6 commits into from
Jul 31, 2024
Merged

Conversation

mxschmitt
Copy link
Member

@mxschmitt mxschmitt commented Jul 29, 2024

out_record = {
"origin": clientCertificate["origin"],
}
if passphrase := clientCertificate.get("passphrase"):
Copy link
Member Author

Choose a reason for hiding this comment

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

Note: walrus operator is supported since Python 3.8+ (last version we support) and helps us here esp. with optional types. since inside the if its e.g. not Optional anymore.

tests/async/test_page_evaluate.py Show resolved Hide resolved
@mxschmitt mxschmitt merged commit 6565810 into microsoft:main Jul 31, 2024
34 of 40 checks passed
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.

3 participants