1
0
Fork 0
mirror of synced 2024-07-04 22:11:23 +12:00

Updating error message in test.

This commit is contained in:
mike12345567 2023-08-23 15:22:25 +01:00
parent 5a00b87343
commit 11f56c2632

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"
)
})
})