Skip to content

Commit

Permalink
Fix existing tests
Browse files Browse the repository at this point in the history
  • Loading branch information
Razz4780 committed Nov 8, 2023
1 parent a4e699d commit fc0d7fa
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion mirrord/layer/tests/common/mod.rs
Original file line number Diff line number Diff line change
Expand Up @@ -899,7 +899,7 @@ impl Application {
| Application::NodeHTTP
| Application::RustIssue1054
| Application::PythonFlaskHTTP => 80,
Application::PythonFastApiHTTP => 9999,
Application::PythonFastApiHTTP => 1234, // mapped from 9999 in `configs/port_mapping.json`
Application::RustIssue1123 => 41222,
Application::PythonListen => 21232,
Application::PythonDontLoad
Expand Down

0 comments on commit fc0d7fa

Please sign in to comment.