Skip to content

Commit 7c21f37

Browse files
committed
fix: change proxy port
1 parent 5a7527f commit 7c21f37

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.circleci/config.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -794,7 +794,7 @@ jobs:
794794
name: Start MITM Proxy
795795
background: true
796796
command: |
797-
mitmdump -p 8080 --set block_global=false &
797+
mitmdump -p 8082 --set block_global=false &
798798
sleep 5
799799
800800
# Run tests

0 commit comments

Comments
 (0)