Skip to content

Commit

Permalink
refine test
Browse files Browse the repository at this point in the history
  • Loading branch information
ktuite committed Dec 3, 2024
1 parent df1cf96 commit 8d6512c
Showing 1 changed file with 6 additions and 0 deletions.
6 changes: 6 additions & 0 deletions test/integration/api/offline-entities.js
Original file line number Diff line number Diff line change
Expand Up @@ -1698,6 +1698,12 @@ describe('Offline Entities', () => {

await exhaust(container);

// Check that entity as a whole is a conflict
await asAlice.get('/v1/projects/1/datasets/people/entities/12345678-1234-4123-8234-123456789ddd')
.then(({ body }) => {
body.conflict.should.equal('soft');
});

// Check versions
await asAlice.get('/v1/projects/1/datasets/people/entities/12345678-1234-4123-8234-123456789ddd/versions')
.expect(200)
Expand Down

0 comments on commit 8d6512c

Please sign in to comment.