Updating error message in test.
This commit is contained in:
parent
5a00b87343
commit
11f56c2632
|
@ -33,7 +33,9 @@ describe("/api/global/users/:userId/app/builder", () => {
|
||||||
MOCK_APP_ID,
|
MOCK_APP_ID,
|
||||||
400
|
400
|
||||||
)
|
)
|
||||||
expect(resp.body.message).toContain("Feature not enabled")
|
expect(resp.body.message).toContain(
|
||||||
|
"appBuilders are not currently enabled"
|
||||||
|
)
|
||||||
})
|
})
|
||||||
})
|
})
|
||||||
|
|
||||||
|
|
Loading…
Reference in New Issue