Skip to content

Commit

Permalink
fix typo
Browse files Browse the repository at this point in the history
  • Loading branch information
jonapich committed Feb 8, 2024
1 parent ff3dfa1 commit c7b915f
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion tests/WorkflowRun.py
Original file line number Diff line number Diff line change
Expand Up @@ -81,7 +81,7 @@ def testAttributes(self):
)
self.assertEqual(
self.workflow_run.run_attempt_logs_url,
"https://api.github.com/repos/PyGithub/PyGithub/actions/runs/3881497935/attempt/1/logs",
"https://api.github.com/repos/PyGithub/PyGithub/actions/runs/3881497935/attempts/1/logs",
)
self.assertEqual(
self.workflow_run.check_suite_url,
Expand Down

0 comments on commit c7b915f

Please sign in to comment.