Commit 7598a8a
committed
fix(socket.io): align [SNTA] expected event-list with Plan 66
Plan 66 added the `accessUpdated` socket.io event server-side (open-pryv.io
commit c13a773 et al.); the lib's allowed-events list was updated to
include it, but the corresponding test fixture in
components/pryv-socket.io/test/socket.io.test.js:138 still asserted the
pre-Plan-66 list (eventsChanged,streamsChanged,accessesChanged,disconnect,error).
CI has been red on master since the Plan 66 monitor+socket.io 3.1.0
bump landed (25787864547) and again on the Plan 68 3.2.0 release
(25914436096). Update the expected string to match.accessUpdated
1 parent a8e2d8f commit 7598a8a
1 file changed
Lines changed: 1 addition & 1 deletion
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
135 | 135 | | |
136 | 136 | | |
137 | 137 | | |
138 | | - | |
| 138 | + | |
139 | 139 | | |
140 | 140 | | |
141 | 141 | | |
| |||
0 commit comments