We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 8f84c97 commit 98ee916Copy full SHA for 98ee916
test_dependabot_file.py
@@ -571,7 +571,7 @@ def test_build_dependabot_file_with_label(self):
571
self.assertEqual(result, expected_result)
572
573
def test_build_dependabot_file_with_labels(self):
574
- """Test that the dependabot.yml file is built correctly with labels set"""
+ """Test that the dependabot.yml file is built correctly with multiple labels set"""
575
repo = MagicMock()
576
filename_list = ["Gemfile", "Gemfile.lock"]
577
0 commit comments