We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent ea6dd87 commit af7bc60Copy full SHA for af7bc60
src/client/eppo-client.spec.ts
@@ -65,7 +65,7 @@ describe('EppoClient E2E test', () => {
65
66
beforeAll(async () => {
67
mock.setup();
68
- mock.get(/randomized_assignment\/v2\/config*/, (_req, res) => {
+ mock.get(/randomized_assignment\/v3\/config*/, (_req, res) => {
69
const rac = readMockRacResponse();
70
return res.status(200).body(JSON.stringify(rac));
71
});
0 commit comments