fix: Adjust description of app serializer test
This commit is contained in:
@@ -3,7 +3,7 @@ import App from '../models/app';
|
|||||||
import appSerializer from './app';
|
import appSerializer from './app';
|
||||||
|
|
||||||
describe('appSerializer', () => {
|
describe('appSerializer', () => {
|
||||||
it('should return permission data', async () => {
|
it('should return app data', async () => {
|
||||||
const app = await App.findOneByKey('deepl');
|
const app = await App.findOneByKey('deepl');
|
||||||
|
|
||||||
const expectedPayload = {
|
const expectedPayload = {
|
||||||
|
Reference in New Issue
Block a user