feedback review

This commit is contained in:
Elias Nahum
2022-03-28 14:46:15 -03:00
parent ed96601839
commit 7d311f77b3

View File

@@ -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,