Skip to content

Commit

Permalink
fix: remove only flag
Browse files Browse the repository at this point in the history
  • Loading branch information
djabarovgeorge committed Dec 7, 2022
1 parent e5522bc commit bd3936e
Showing 1 changed file with 1 addition and 3 deletions.
4 changes: 1 addition & 3 deletions apps/api/src/app/topics/e2e/create-topic.e2e.ts
Original file line number Diff line number Diff line change
@@ -1,11 +1,9 @@
import { UserSession } from '@novu/testing';
import * as jwt from 'jsonwebtoken';
import { expect } from 'chai';
import { IJwtPayload, MemberRoleEnum } from '@novu/shared';

const URL = '/v1/topics';

describe.only('Topic creation - /topics (POST)', async () => {
describe('Topic creation - /topics (POST)', async () => {
let session: UserSession;

before(async () => {
Expand Down

0 comments on commit bd3936e

Please sign in to comment.