Skip to content

Commit

Permalink
Update analytics token in test (#4458)
Browse files Browse the repository at this point in the history
  • Loading branch information
kneth authored Mar 30, 2022
1 parent bb3d17f commit 2b2d9d0
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 1 deletion.
1 change: 1 addition & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -16,6 +16,7 @@ x.x.x Release notes (yyyy-MM-dd)
* <Either mention core version or upgrade>
* <Using Realm Core vX.Y.Z>
* <Upgraded Realm Core from vX.Y.Z to vA.B.C>
* Update token in integration test.

10.14.0 Release notes (2022-3-24)
=============================================================
Expand Down
2 changes: 1 addition & 1 deletion integration-tests/tests/src/node/analytics.ts
Original file line number Diff line number Diff line change
Expand Up @@ -47,7 +47,7 @@ describe("Analytics", () => {
expect(data["Host OS Type"]).equals(os.platform());
expect(data["Host OS Version"]).equals(os.release());
expect(data["Node.js version"]).equals(process.version);
expect(data.token).equals("aab85907a13e1ff44a95be539d9942a9");
expect(data.token).equals("ce0fac19508f6c8f20066d345d360fd0");

// specific to package.json
expect(data.Version).equals("1.2.3");
Expand Down

0 comments on commit 2b2d9d0

Please sign in to comment.