Skip to content

Commit

Permalink
fix: remove .only (#1865)
Browse files Browse the repository at this point in the history
  • Loading branch information
AleF83 committed Jun 1, 2022
1 parent 08ac0e1 commit 389f72f
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion e2e/integration/spec/authoring-api/key-etag.spec.js
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,7 @@ const keyPath = '@tests/integration/new_key_with_etag';
const author = { name: 'ellie', email: 'ellie@lou.com' };
const authorQuery = { 'author.name': author.name, 'author.email': author.email };

describe.only('Key etag', () => {
describe('Key etag', () => {
let etag;
it('Create new key', async () => {
await client
Expand Down

0 comments on commit 389f72f

Please sign in to comment.