Skip to content

Commit

Permalink
test(backend): removing only.
Browse files Browse the repository at this point in the history
Signed-off-by: Binyamin Yawitz <[email protected]>
  • Loading branch information
byawitz committed Apr 2, 2024
1 parent 90bc9e7 commit ff00d9b
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion e2e/tests/campaigns.spec.ts
Original file line number Diff line number Diff line change
Expand Up @@ -9,7 +9,7 @@ interface response {

let generatedCampaignID = 0;
const title = "First Campaign";
describe.only('Testing Campaigns', () => {
describe('Testing Campaigns', () => {
test("Adding Campaign", async () => {
const res = await fetch(`${apiEndpoint}/campaigns/`, {
headers: {'x-linkos-token': 'token'},
Expand Down

0 comments on commit ff00d9b

Please sign in to comment.