@@ -479,7 +479,7 @@ describe('invite user to org', () => {
479479 requestedRole : 'super_admin' ,
480480 } ,
481481 } )
482- const createAccountLink = `http://host/create-account /${ token } `
482+ const createAccountLink = `http://host/create-user /${ token } `
483483 expect ( response ) . toEqual ( expectedResponse )
484484 expect ( consoleOutput ) . toEqual ( [
485485 `User: ${ user . _key } successfully invited user: test@email.gc.ca to the service, and org: treasury-board-secretariat.` ,
@@ -561,7 +561,7 @@ describe('invite user to org', () => {
561561 requestedRole : 'admin' ,
562562 } ,
563563 } )
564- const createAccountLink = `http://host/create-account /${ token } `
564+ const createAccountLink = `http://host/create-user /${ token } `
565565
566566 expect ( response ) . toEqual ( expectedResponse )
567567 expect ( consoleOutput ) . toEqual ( [
@@ -644,7 +644,7 @@ describe('invite user to org', () => {
644644 requestedRole : 'user' ,
645645 } ,
646646 } )
647- const createAccountLink = `http://host/create-account /${ token } `
647+ const createAccountLink = `http://host/create-user /${ token } `
648648
649649 expect ( response ) . toEqual ( expectedResponse )
650650 expect ( consoleOutput ) . toEqual ( [
@@ -910,7 +910,7 @@ describe('invite user to org', () => {
910910 requestedRole : 'admin' ,
911911 } ,
912912 } )
913- const createAccountLink = `http://host/create-account /${ token } `
913+ const createAccountLink = `http://host/create-user /${ token } `
914914
915915 expect ( response ) . toEqual ( expectedResponse )
916916 expect ( consoleOutput ) . toEqual ( [
@@ -993,7 +993,7 @@ describe('invite user to org', () => {
993993 requestedRole : 'user' ,
994994 } ,
995995 } )
996- const createAccountLink = `http://host/create-account /${ token } `
996+ const createAccountLink = `http://host/create-user /${ token } `
997997
998998 expect ( response ) . toEqual ( expectedResponse )
999999 expect ( consoleOutput ) . toEqual ( [
@@ -1913,7 +1913,7 @@ describe('invite user to org', () => {
19131913 requestedRole : 'super_admin' ,
19141914 } ,
19151915 } )
1916- const createAccountLink = `http://host/create-account /${ token } `
1916+ const createAccountLink = `http://host/create-user /${ token } `
19171917
19181918 expect ( response ) . toEqual ( expectedResponse )
19191919 expect ( consoleOutput ) . toEqual ( [
@@ -1995,7 +1995,7 @@ describe('invite user to org', () => {
19951995 requestedRole : 'admin' ,
19961996 } ,
19971997 } )
1998- const createAccountLink = `http://host/create-account /${ token } `
1998+ const createAccountLink = `http://host/create-user /${ token } `
19991999
20002000 expect ( response ) . toEqual ( expectedResponse )
20012001 expect ( consoleOutput ) . toEqual ( [
@@ -2077,7 +2077,7 @@ describe('invite user to org', () => {
20772077 requestedRole : 'user' ,
20782078 } ,
20792079 } )
2080- const createAccountLink = `http://host/create-account /${ token } `
2080+ const createAccountLink = `http://host/create-user /${ token } `
20812081
20822082 expect ( response ) . toEqual ( expectedResponse )
20832083 expect ( consoleOutput ) . toEqual ( [
@@ -2340,7 +2340,7 @@ describe('invite user to org', () => {
23402340 requestedRole : 'admin' ,
23412341 } ,
23422342 } )
2343- const createAccountLink = `http://host/create-account /${ token } `
2343+ const createAccountLink = `http://host/create-user /${ token } `
23442344
23452345 expect ( response ) . toEqual ( expectedResponse )
23462346 expect ( consoleOutput ) . toEqual ( [
@@ -2422,7 +2422,7 @@ describe('invite user to org', () => {
24222422 requestedRole : 'user' ,
24232423 } ,
24242424 } )
2425- const createAccountLink = `http://host/create-account /${ token } `
2425+ const createAccountLink = `http://host/create-user /${ token } `
24262426
24272427 expect ( response ) . toEqual ( expectedResponse )
24282428 expect ( consoleOutput ) . toEqual ( [
0 commit comments