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 7c15bfa commit 11c5601Copy full SHA for 11c5601
packages/sdk/akamai/src/createPlatformInfo.test.ts
@@ -7,7 +7,7 @@ describe('Akamai Platform Info', () => {
7
const platformData = createPlatformInfo();
8
9
expect(platformData.platformData()).toEqual({
10
- name: 'Akamai Edge',
+ name: 'Akamai Edge Worker',
11
});
12
13
0 commit comments