Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Restore the ability to override the HTTP port a configurable serverap…
…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 #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.
- Loading branch information