Skip to content

Commit

Permalink
Lint
Browse files Browse the repository at this point in the history
  • Loading branch information
Jash Parekh committed Sep 26, 2023
1 parent 77293ea commit be63825
Showing 1 changed file with 1 addition and 2 deletions.
3 changes: 1 addition & 2 deletions tests/python_on_whales/components/test_compose.py
Original file line number Diff line number Diff line change
Expand Up @@ -892,8 +892,7 @@ def test_docker_compose_run_build():

def test_build_args():
compose_file = (
PROJECT_ROOT
/ "tests/python_on_whales/components/test-build-args.yml"
PROJECT_ROOT / "tests/python_on_whales/components/test-build-args.yml"
)
docker = DockerClient(compose_files=[compose_file])
config = docker.compose.config()
Expand Down

0 comments on commit be63825

Please sign in to comment.