Skip to content

Commit

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

0 comments on commit 10e6703

Please sign in to comment.