Commit adf24f2
committed
fix: use hardcoded test credentials instead of System.getenv
The test was using System.getenv() to read API credentials, but in the
Gradle test JVM credentials are injected as system properties from
local.properties, causing a NullPointerException in buildJWT().
Made-with: Cursor1 parent 5a65825 commit adf24f2
1 file changed
Lines changed: 3 additions & 1 deletion
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
151 | 151 | | |
152 | 152 | | |
153 | 153 | | |
154 | | - | |
| 154 | + | |
| 155 | + | |
| 156 | + | |
155 | 157 | | |
156 | 158 | | |
157 | 159 | | |
| |||
0 commit comments