Skip to content

Commit

Permalink
[pre-commit.ci] auto fixes from pre-commit.com hooks
Browse files Browse the repository at this point in the history
for more information, see https://pre-commit.ci
  • Loading branch information
pre-commit-ci[bot] committed May 27, 2021
1 parent 533f7fd commit 908e38a
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion tests/languages/docker_test.py
Expand Up @@ -152,7 +152,7 @@ def test_get_docker_path_in_docker_binds_path_many_binds(in_docker):
docker_out = json.dumps([{'Mounts': binds_list}]).encode()

with _linux_commonpath(), _docker_output(docker_out), _mock_open(
docker_cgroup_example
docker_cgroup_example,
):
assert docker._get_docker_path('/project') == '/opt/my_code'

Expand Down

0 comments on commit 908e38a

Please sign in to comment.