Skip to content

Commit

Permalink
[tools/shoestring]: fix linting
Browse files Browse the repository at this point in the history
  • Loading branch information
Wayonb committed Feb 14, 2025
1 parent a3664ec commit 0a7ed67
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion tools/shoestring/tests/internal/test_Preparer.py
Original file line number Diff line number Diff line change
Expand Up @@ -780,7 +780,6 @@ def _assert_can_configure_service(docker_compose_filepath, docker_compose_expect
assert 0o400 == recovery_compose_filepath.stat().st_mode & 0o777
_assert_can_configure_service(recovery_compose_filepath, expected_recovery_service_names)


def test_can_configure_docker_peer_node(self):
config = self._create_configuration(NodeFeatures.PEER)
self._assert_can_configure_docker(config, None, ['client'], ['client'])
Expand Down

0 comments on commit 0a7ed67

Please sign in to comment.