(callback)
| 56 | }); |
| 57 | |
| 58 | const createOAuthUser = function (callback) { |
| 59 | return createOAuthUserWithSessionToken(undefined, callback); |
| 60 | }; |
| 61 | |
| 62 | const createOAuthUserWithSessionToken = function (token, callback) { |
| 63 | const jsonBody = { |
no test coverage detected