Skip to content

Commit

Permalink
revert
Browse files Browse the repository at this point in the history
  • Loading branch information
Tim Yiu authored and Tim Yiu committed Oct 25, 2023
1 parent 20843a3 commit 91f2129
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion packages/node/test/remote/client.test.ts
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@ import { ExperimentUser } from 'src/types/user';

const API_KEY = 'server-qz35UwzJ5akieoAdIgzM4m9MIiOLXLoz';

const testUser: ExperimentUser = { user_id: 'tim.yiu@amplitude.com' };
const testUser: ExperimentUser = { user_id: 'test_user' };

test('ExperimentClient.fetch, success', async () => {
const client = new RemoteEvaluationClient(API_KEY, {});
Expand Down

0 comments on commit 91f2129

Please sign in to comment.