Commit 9312bc4
authored
Restore the ability to override the HTTP port a configurable serverapp listens on (#82)
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.1 parent b73fd26 commit 9312bc4
1 file changed
+1
-1
lines changed| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
197 | 197 | | |
198 | 198 | | |
199 | 199 | | |
200 | | - | |
| 200 | + | |
201 | 201 | | |
202 | 202 | | |
203 | 203 | | |
| |||
0 commit comments