Skip to content

Commit 3a72043

Browse files
Paul Boocockpaulboocock
authored andcommitted
Bump snowplow-micro to 1.1.1 (close #941)
1 parent e97fcb2 commit 3a72043

File tree

3 files changed

+3
-5
lines changed

3 files changed

+3
-5
lines changed

trackers/javascript-tracker/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -27,7 +27,7 @@
2727
"browser": "dist/sp.js",
2828
"scripts": {
2929
"build": "rollup -c --silent --failAfterWarnings",
30-
"docker:micro": "docker pull snowplow/snowplow-micro:1.1.0",
30+
"docker:micro": "docker pull snowplow/snowplow-micro:1.1.1",
3131
"test": "jest test/unit/*.test.ts --no-cache",
3232
"test:build": "rollup --config rollup.config.test.js --silent",
3333
"test:e2e:local": "npm-run-all --parallel test:build docker:micro --serial wdio:local",

trackers/javascript-tracker/test/integration/cookieless.test.ts

Lines changed: 1 addition & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -104,12 +104,10 @@ describe('Anonymous tracking features', () => {
104104
event: {
105105
...expected,
106106
user_ipaddress: 'unknown',
107+
network_userid: '00000000-0000-0000-0000-000000000000',
107108
},
108109
})
109110
).toBe(true);
110-
111-
// Each event should have different network_userids (therefore anonymous)
112-
expect(F.get('event.network_userid', pageViews[0])).not.toEqual(F.get('event.network_userid', pageViews[1]));
113111
}
114112
});
115113

trackers/javascript-tracker/test/micro.ts

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -42,7 +42,7 @@ const docker = new Docker();
4242
export const start = () => {
4343
return docker
4444
.createContainer({
45-
Image: 'snowplow/snowplow-micro:1.1.0',
45+
Image: 'snowplow/snowplow-micro:1.1.1',
4646
AttachStdin: false,
4747
AttachStdout: true,
4848
AttachStderr: true,

0 commit comments

Comments
 (0)