Skip to content

Commit af7bc60

Browse files
committed
update spec to use v3 url
1 parent ea6dd87 commit af7bc60

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/client/eppo-client.spec.ts

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -65,7 +65,7 @@ describe('EppoClient E2E test', () => {
6565

6666
beforeAll(async () => {
6767
mock.setup();
68-
mock.get(/randomized_assignment\/v2\/config*/, (_req, res) => {
68+
mock.get(/randomized_assignment\/v3\/config*/, (_req, res) => {
6969
const rac = readMockRacResponse();
7070
return res.status(200).body(JSON.stringify(rac));
7171
});

0 commit comments

Comments
 (0)