test(update-app-config): correct test case name

This commit is contained in:
Ali BARIN
2024-08-28 13:29:35 +00:00
parent 19c4561feb
commit 456f8a30cc

View File

@@ -65,7 +65,7 @@ describe('PATCH /api/v1/admin/apps/:appKey/config', () => {
.expect(404);
});
it('should return HTTP 422 for already existing app config', async () => {
it('should return HTTP 422 for invalid app config data', async () => {
const appConfig = {
key: 'gitlab',
allowCustomConnection: true,