Commit 81658e8
committed
tests: adjust for a recent fix
In 67c366e (cascading-run: check the correct `app` attribute,
2025-11-25), I addressed a bug where real-life, non-mocked Check Run
events would not have a top-level `app` attribute, but it would be
hidden inside the `check_run` attribute.
I forgot to update the mocked events in the tests to reflect that
reality, and therefore the tests failed ever since (and I did not even
notice because this repository has no dependencies that Dependabot
would open PRs for, and the actual code is robust enough that there is
no real need to open other PRs).
Signed-off-by: Johannes Schindelin <johannes.schindelin@gmx.de>1 parent 1ff8966 commit 81658e8
1 file changed
+8
-2
lines changed| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
793 | 793 | | |
794 | 794 | | |
795 | 795 | | |
796 | | - | |
| 796 | + | |
| 797 | + | |
| 798 | + | |
| 799 | + | |
797 | 800 | | |
798 | 801 | | |
799 | 802 | | |
| |||
991 | 994 | | |
992 | 995 | | |
993 | 996 | | |
994 | | - | |
| 997 | + | |
| 998 | + | |
| 999 | + | |
| 1000 | + | |
995 | 1001 | | |
996 | 1002 | | |
997 | 1003 | | |
| |||
0 commit comments