Commit ffb8043
Fix EndpointsApiTest OAuth credentials to use env vars
Use BW_CLIENT_ID and BW_CLIENT_SECRET from environment variables
instead of hardcoded fake credentials, matching the pattern used by
CallsApiTest and other unit tests. The OAuth token request hits the
real auth server before reaching Prism, so fake credentials cause
all 5 tests to fail with invalid_client errors.
Generated from Claude9 with Claude Code
Co-Authored-By: Claude Opus 4.6 <noreply@anthropic.com>1 parent f93fa18 commit ffb8043
1 file changed
Lines changed: 1 addition & 3 deletions
Lines changed: 1 addition & 3 deletions
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
3 | 3 | | |
4 | 4 | | |
5 | 5 | | |
6 | | - | |
7 | 6 | | |
8 | | - | |
9 | 7 | | |
10 | 8 | | |
11 | 9 | | |
| |||
34 | 32 | | |
35 | 33 | | |
36 | 34 | | |
37 | | - | |
| 35 | + | |
38 | 36 | | |
39 | 37 | | |
40 | 38 | | |
| |||
0 commit comments