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 cda40cf commit 6f4b52eCopy full SHA for 6f4b52e
test/framework/github.py
@@ -254,11 +254,11 @@ def test_github_add_pr_labels(self):
254
255
self.mock_stdout(True)
256
self.mock_stderr(True)
257
- gh.add_pr_labels(22380)
+ gh.add_pr_labels(21465)
258
stdout = self.get_stdout()
259
self.mock_stdout(False)
260
self.mock_stderr(False)
261
- self.assertIn("Could not determine any missing labels for PR #22380", stdout)
+ self.assertIn("Could not determine any missing labels for PR #21465", stdout)
262
263
264
0 commit comments