Revert "Renamed Document#atlasId finally"

This commit is contained in:
Jori Lallo
2018-02-07 11:32:18 -08:00
committed by GitHub
parent 1e05189bc9
commit c92697a8a8
8 changed files with 20 additions and 29 deletions

View File

@ -37,7 +37,7 @@ describe('#documents.list', async () => {
it('should allow filtering by collection', async () => {
const { user, document } = await seed();
const res = await server.post('/api/documents.list', {
body: { token: user.getJwtToken(), collection: document.collectionId },
body: { token: user.getJwtToken(), collection: document.atlasId },
});
const body = await res.json();