Commit a0039a6
committed
fix: silence unused-variable warning in TestServer.Plug.call/2
The opts arg is intentionally unused (we look up the server via
persistent_term instead). Underscore-prefix it so --warnings-as-errors
on our code (which CI now does, not --all-warnings on deps) doesn't
fail the build.
Discovered by the GitHub Actions run that actually exercises the
--warnings-as-errors flag end-to-end (local runs had this warning
swallowed somehow).1 parent baa4d3a commit a0039a6
1 file changed
Lines changed: 1 addition & 1 deletion
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
90 | 90 | | |
91 | 91 | | |
92 | 92 | | |
93 | | - | |
| 93 | + | |
94 | 94 | | |
95 | 95 | | |
96 | 96 | | |
| |||
0 commit comments