Commit a652847
committed
test: use a valid context instead of legacy user format in relay test helper
The assertSDKEndpointsAvailability helper used the legacy LDUser shape
({"key":"userkey"}, no kind) for the streaming mobile /meval and JS
/eval endpoints. Replace simpleUserJSON and simpleUserBase64 with a valid
evaluation context ({"key":"userkey","kind":"user"}). The helper
only asserts HTTP status codes, so the 200/401/404 expectations are
unchanged.1 parent ece5c77 commit a652847
1 file changed
Lines changed: 2 additions & 2 deletions
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
82 | 82 | | |
83 | 83 | | |
84 | 84 | | |
85 | | - | |
86 | | - | |
| 85 | + | |
| 86 | + | |
87 | 87 | | |
88 | 88 | | |
89 | 89 | | |
| |||
0 commit comments