fix: Adjust description of app serializer test

This commit is contained in:
Faruk AYDIN
2024-02-27 16:22:28 +01:00
parent 7f324abd44
commit 0031d7911d

View File

@@ -3,7 +3,7 @@ import App from '../models/app';
import appSerializer from './app';
describe('appSerializer', () => {
it('should return permission data', async () => {
it('should return app data', async () => {
const app = await App.findOneByKey('deepl');
const expectedPayload = {