-
Notifications
You must be signed in to change notification settings - Fork 22
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
- Loading branch information
Showing
14 changed files
with
86 additions
and
145 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -112,7 +112,7 @@ export const testAccount = Test.withContext({ | |
{ client, mail, grantAccess } | ||
) => { | ||
const space = await client.createSpace('test', { | ||
skipContentServeAuthorization: true, | ||
skipGatewayAuthorization: true, | ||
}) | ||
const mnemonic = space.toMnemonic() | ||
const { signer } = await Space.fromMnemonic(mnemonic, { name: 'import' }) | ||
|
@@ -150,7 +150,7 @@ export const testAccount = Test.withContext({ | |
'multi device workflow': async (asserts, { connect, mail, grantAccess }) => { | ||
const laptop = await connect() | ||
const space = await laptop.createSpace('main', { | ||
skipContentServeAuthorization: true, | ||
skipGatewayAuthorization: true, | ||
}) | ||
|
||
// want to provision space ? | ||
|
@@ -188,7 +188,7 @@ export const testAccount = Test.withContext({ | |
}, | ||
'setup recovery': async (assert, { client, mail, grantAccess }) => { | ||
const space = await client.createSpace('test', { | ||
skipContentServeAuthorization: true, | ||
skipGatewayAuthorization: true, | ||
}) | ||
|
||
const email = '[email protected]' | ||
|
@@ -287,7 +287,7 @@ export const testAccount = Test.withContext({ | |
{ client, mail, grantAccess } | ||
) => { | ||
const space = await client.createSpace('test', { | ||
skipContentServeAuthorization: true, | ||
skipGatewayAuthorization: true, | ||
}) | ||
|
||
const email = '[email protected]' | ||
|
@@ -309,7 +309,7 @@ export const testAccount = Test.withContext({ | |
|
||
'space.save': async (assert, { client }) => { | ||
const space = await client.createSpace('test', { | ||
skipContentServeAuthorization: true, | ||
skipGatewayAuthorization: true, | ||
}) | ||
assert.deepEqual(client.spaces(), []) | ||
|
||
|
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -9,7 +9,7 @@ export const SubscriptionClient = Test.withContext({ | |
{ client, connection, service, plansStorage, grantAccess, mail } | ||
) => { | ||
const space = await client.createSpace('test', { | ||
skipContentServeAuthorization: true, | ||
skipGatewayAuthorization: true, | ||
}) | ||
const email = '[email protected]' | ||
const login = Account.login(client, email) | ||
|
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Oops, something went wrong.