feedback review
This commit is contained in:
parent
ed96601839
commit
7d311f77b3
1 changed files with 1 additions and 1 deletions
|
|
@ -320,7 +320,7 @@ class TestHelper {
|
|||
return {
|
||||
name,
|
||||
display_name: `Unit Test ${name}`,
|
||||
type: 'O' as TeamType,
|
||||
type: 'O' as const,
|
||||
email: this.fakeEmail(),
|
||||
allowed_domains: '',
|
||||
invite_id: inviteId,
|
||||
|
|
|
|||
Loading…
Reference in a new issue