Skip to content

Commit

Permalink
More debug logging
Browse files Browse the repository at this point in the history
  • Loading branch information
kegsay committed Dec 1, 2023
1 parent 95bd7ac commit 06ebf03
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 2 deletions.
4 changes: 2 additions & 2 deletions internal/deploy/deploy.go
Original file line number Diff line number Diff line change
Expand Up @@ -155,8 +155,8 @@ func RunNewDeployment(t *testing.T, shouldTCPDump bool) *SlidingSyncDeployment {
"--mode", "regular",
"-s", "/addons/__init__.py",
},
WaitingFor: wait.ForLog("proxy listening"),
Networks: []string{networkName},
//WaitingFor: wait.ForLog("proxy listening"),
Networks: []string{networkName},
NetworkAliases: map[string][]string{
networkName: {"mitmproxy"},
},
Expand Down
1 change: 1 addition & 0 deletions tests/addons/__init__.py
Original file line number Diff line number Diff line change
Expand Up @@ -3,6 +3,7 @@
from status_code import StatusCode
from controller import MITM_DOMAIN_NAME, app

print("loading complement crypto addons")
addons = [
asgiapp.WSGIApp(app, MITM_DOMAIN_NAME, 80), # requests to this host will be routed to the flask app
StatusCode(),
Expand Down

0 comments on commit 06ebf03

Please sign in to comment.