Skip to content

Commit 36c946d

Browse files
Copilotzkoppert
andcommitted
fix: Remove trailing whitespace from test file to fix linting issues
Co-authored-by: zkoppert <[email protected]>
1 parent f4a8eec commit 36c946d

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

test_dependabot_file.py

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -823,7 +823,7 @@ def test_build_dependabot_file_preserves_existing_registries(self):
823823
"""Test that existing registries are preserved when adding new ecosystems"""
824824
repo = MagicMock()
825825
repo.file_contents.side_effect = lambda filename: filename == "Gemfile"
826-
826+
827827
# Create existing config with registries but no bundler ecosystem
828828
existing_config = MagicMock()
829829
existing_config.content = base64.b64encode(
@@ -842,7 +842,7 @@ def test_build_dependabot_file_preserves_existing_registries(self):
842842
interval: "weekly"
843843
"""
844844
)
845-
845+
846846
expected_result = yaml.load(
847847
b"""
848848
version: 2
@@ -863,7 +863,7 @@ def test_build_dependabot_file_preserves_existing_registries(self):
863863
interval: 'weekly'
864864
"""
865865
)
866-
866+
867867
result = build_dependabot_file(
868868
repo, False, [], {}, existing_config, "weekly", "", [], None
869869
)

0 commit comments

Comments
 (0)