Skip to content

Commit

Permalink
process_pr doesn't return anything
Browse files Browse the repository at this point in the history
  • Loading branch information
iarspider committed Jun 9, 2024
1 parent 841b263 commit 217d3c8
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion tests/test_process_pr.py
Original file line number Diff line number Diff line change
Expand Up @@ -306,14 +306,15 @@ def runTest(self, prId=17):
f = self.__openEventFile("r")
self.replayData = json.load(f)

self.processPrData = self.process_pr(
self.process_pr(
self.repo_config,
self.g,
repo,
issue,
False,
self.repo_config.CMSBUILD_USER,
)
self.processPrData = actions
self.checkOrSaveTest()
self.__closeEventReplayFileIfNeeded()

Expand Down

0 comments on commit 217d3c8

Please sign in to comment.