Skip to content

Commit 36c946d

Browse files
Copilotzkoppert
andcommitted
fix: Remove trailing whitespace from test file to fix linting issues
Co-authored-by: zkoppert <6935431+zkoppert@users.noreply.github.com>
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)
pFad - Phonifier reborn

Pfad - The Proxy pFad of © 2024 Garber Painting. All rights reserved.

Note: This service is not intended for secure transactions such as banking, social media, email, or purchasing. Use at your own risk. We assume no liability whatsoever for broken pages.


Alternative Proxies:

Alternative Proxy

pFad Proxy

pFad v3 Proxy

pFad v4 Proxy