Commit be5e1ba
fix(slack): Fix mypy error in staging sidegrade test
Use a thin wrapper method that delegates to SlackIntegrationTest's
assert_setup_flow instead of assigning the unbound method directly,
which mypy rejects due to self-type mismatch.
Co-Authored-By: Claude Opus 4.6 <noreply@anthropic.com>1 parent c092d1c commit be5e1ba
File tree
1 file changed
+4
-1
lines changed- tests/sentry/integrations/slack
1 file changed
+4
-1
lines changedLines changed: 4 additions & 1 deletion
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
5 | 5 | | |
6 | 6 | | |
7 | 7 | | |
| 8 | + | |
8 | 9 | | |
9 | 10 | | |
10 | 11 | | |
| |||
203 | 204 | | |
204 | 205 | | |
205 | 206 | | |
206 | | - | |
| 207 | + | |
| 208 | + | |
| 209 | + | |
207 | 210 | | |
208 | 211 | | |
209 | 212 | | |
| |||
0 commit comments