Thanks to visit codestin.com
Credit goes to github.com

Skip to content

Fix test_authorizer having a spurious comma in params#1664

Merged
krassowski merged 1 commit into
jupyter-server:mainfrom
krassowski:fix-ci-test
Jun 17, 2026
Merged

Fix test_authorizer having a spurious comma in params#1664
krassowski merged 1 commit into
jupyter-server:mainfrom
krassowski:fix-ci-test

Conversation

@krassowski

Copy link
Copy Markdown
Collaborator

Fixes CI failure seen on main and in PRs (#1662 and #1656)

@krassowski krassowski marked this pull request as ready for review June 17, 2026 10:34
@krassowski krassowski added this to the 2.20 milestone Jun 17, 2026
@krassowski krassowski requested a review from Copilot June 17, 2026 11:20

Copilot AI left a comment

Copy link
Copy Markdown
Contributor

Choose a reason for hiding this comment

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

Pull request overview

This PR fixes a test parametrization typo in test_authorizer that can cause CI failures by giving pytest.mark.parametrize an invalid parameter name (a trailing comma in the parameter string).

Changes:

  • Remove the trailing comma from the pytest.mark.parametrize parameter name ("jp_server_config,""jp_server_config"), ensuring pytest can correctly bind the fixture/config argument.

💡 Add Copilot custom instructions for smarter, more guided reviews. Learn how to get started.

@krassowski

Copy link
Copy Markdown
Collaborator Author

Self-merging per previous discussion (#jupyter-server > general chat @ 💬) since this just a single character change.

@krassowski krassowski merged commit 333e700 into jupyter-server:main Jun 17, 2026
40 checks passed
@krassowski krassowski deleted the fix-ci-test branch June 17, 2026 11:21
sfc-gh-sbirmiwal pushed a commit to sfc-gh-sbirmiwal/jupyter_server that referenced this pull request Jun 24, 2026
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Projects

None yet

Development

Successfully merging this pull request may close these issues.

2 participants