Commit a58f5dd
committed
fix: use credentials from existing client in custom OkHttpClient test
The test was using System.getenv() to read API credentials directly, but
the Gradle test JVM receives credentials as system properties (from
local.properties), not environment variables. Reuse the already-
initialized client's credentials, consistent with other tests.
Made-with: Cursor1 parent 5a65825 commit a58f5dd
1 file changed
Lines changed: 1 addition & 3 deletions
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
149 | 149 | | |
150 | 150 | | |
151 | 151 | | |
152 | | - | |
153 | | - | |
154 | | - | |
| 152 | + | |
155 | 153 | | |
156 | 154 | | |
157 | 155 | | |
| |||
0 commit comments