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

Restore the ability to override a serverapp's HTTP port #82

Open
wants to merge 1 commit into
base: main
Choose a base branch
from

Conversation

ojarjur
Copy link

@ojarjur ojarjur commented Sep 6, 2024

When invoking the jp_configurable_serverapp fixture, there are multiple keyword arguments supported for overriding the values specified by other fixtures.

One of those keyword arguments, http_port, is never used. I believe this was accidentally broken by #33 where multiple variables named http_port referencing a provided fixture were renamed to jp_http_port.

However, that change also modified one instance of http_port that was not a reference to the fixture, but rather a reference to the keyword argument with that same name.

This change fixes that by undoing that one line of the change.

…p listens on

When invoking the `jp_configurable_serverapp` fixture, there are multiple keyword arguments supported for overriding the values specified by other fixtures.

One of those keyword arguments, `http_port`, is never used. I believe this was accidentally broken by jupyter-server#33 where multiple variables named `http_port` referencing a provided fixture were renamed to `jp_http_port`.

However, that change also modified one instance of `http_port` that was not a reference to the fixture, but rather a reference to the keyword argument with that same name.

This change fixes that by undoing that one line of the change.
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.

1 participant