test: Fix incorrect userProvisioner test

This commit is contained in:
Tom Moor
2024-07-07 11:00:10 -04:00
parent bdcde1aa53
commit 4654dfb658

View File

@@ -422,7 +422,7 @@ describe("userProvisioner", () => {
try { try {
await userProvisioner({ await userProvisioner({
name: "Bad Domain User", name: "Bad Domain User",
email: faker.internet.domainName(), email: faker.internet.email(),
teamId: team.id, teamId: team.id,
ip, ip,
authentication: { authentication: {