Commit 6997499
committed
gw: remove unused wait_for_service helper from e2e test.sh
shellcheck-py in prek treats info-level findings as failures, and the
previous lint pass left two info-level classes (SC2317 unreachable
code, SC2086 unquoted in `[ ]`) — both located inside the
`wait_for_service` function. The function is defined but never
called (the actual readiness wait lives in run-e2e.sh's
docker-compose-driven healthchecks), so deleting it clears the
findings without altering test behaviour.1 parent 17474fe commit 6997499
1 file changed
Lines changed: 0 additions & 21 deletions
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
79 | 79 | | |
80 | 80 | | |
81 | 81 | | |
82 | | - | |
83 | | - | |
84 | | - | |
85 | | - | |
86 | | - | |
87 | | - | |
88 | | - | |
89 | | - | |
90 | | - | |
91 | | - | |
92 | | - | |
93 | | - | |
94 | | - | |
95 | | - | |
96 | | - | |
97 | | - | |
98 | | - | |
99 | | - | |
100 | | - | |
101 | | - | |
102 | | - | |
103 | 82 | | |
104 | 83 | | |
105 | 84 | | |
| |||
0 commit comments