Handle 409/410 when confirming username
This commit is contained in:
parent
10885e5d3f
commit
486ada8b6c
8 changed files with 106 additions and 15 deletions
|
@ -25,7 +25,9 @@ describe('pnp/send gv2 invite', function needsName() {
|
|||
let pniContact: PrimaryDevice;
|
||||
|
||||
beforeEach(async () => {
|
||||
bootstrap = new Bootstrap();
|
||||
bootstrap = new Bootstrap({
|
||||
contactCount: 0,
|
||||
});
|
||||
await bootstrap.init();
|
||||
|
||||
const { phone, server } = bootstrap;
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue