Skip to content

Commit 59ad00f

Browse files
committed
Fix
1 parent 0fbdc03 commit 59ad00f

File tree

1 file changed

+2
-0
lines changed

1 file changed

+2
-0
lines changed

tests/test_the_test/test_compute_libraries_and_scenarios.py

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -244,6 +244,8 @@ def test_doc(self):
244244

245245
def test_gitlab(self):
246246
self.inputs.is_gitlab = True
247+
self.inputs.ref = ""
248+
self.inputs.event_name = "pull_request"
247249
self.inputs.modified_files = ["README.md"]
248250

249251
strings_out = process(self.inputs)

0 commit comments

Comments
 (0)