mitmproxy -> mitmdump

This commit is contained in:
Maximilian Hils 2020-04-17 00:04:17 +02:00 committed by GitHub
parent bc658e99ad
commit f78d781283
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 1 additions and 1 deletions

View File

@ -364,7 +364,7 @@ def build_docker_image(be: BuildEnviron): # pragma: no cover
"-i",
"-t",
be.docker_tag,
"mitmproxy",
"mitmdump",
"--version",
], check=True)
assert "Mitmproxy: " + be.version in r.stdout.decode()