Updating error message in test.

This commit is contained in:
mike12345567 2023-08-23 15:22:25 +01:00
parent 5a00b87343
commit 11f56c2632
1 changed files with 3 additions and 1 deletions

View File

@ -33,7 +33,9 @@ describe("/api/global/users/:userId/app/builder", () => {
MOCK_APP_ID,
400
)
expect(resp.body.message).toContain("Feature not enabled")
expect(resp.body.message).toContain(
"appBuilders are not currently enabled"
)
})
})