Skip to content

Commit

Permalink
s/mitm.local/mitm.code/g to try to get GHA containers happier
Browse files Browse the repository at this point in the history
  • Loading branch information
kegsay committed Dec 1, 2023
1 parent 0d21f74 commit e7d0788
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 3 deletions.
2 changes: 1 addition & 1 deletion internal/deploy/deploy.go
Original file line number Diff line number Diff line change
Expand Up @@ -24,7 +24,7 @@ import (
)

// must match the value in tests/addons/__init__.py
const magicMITMURL = "http://mitm.local"
const magicMITMURL = "http://mitm.code"

type SlidingSyncDeployment struct {
complement.Deployment
Expand Down
4 changes: 2 additions & 2 deletions tests/addons/controller.py
Original file line number Diff line number Diff line change
@@ -1,8 +1,8 @@
import random
from mitmproxy import ctx
from flask import Flask, request, make_response

MITM_DOMAIN_NAME = "mitm.local"
# must match code in deploy.go
MITM_DOMAIN_NAME = "mitm.code"
app = Flask("mitmoptset")

prev_options = {
Expand Down

0 comments on commit e7d0788

Please sign in to comment.