Skip to content

Commit

Permalink
DESENG-676: Sonarcloud - Remove unused variables
Browse files Browse the repository at this point in the history
  • Loading branch information
NatSquared committed Aug 23, 2024
1 parent 8fec223 commit 2b85f7e
Show file tree
Hide file tree
Showing 2 changed files with 0 additions and 3 deletions.
2 changes: 0 additions & 2 deletions met-api/tests/unit/api/test_engagement_content.py
Original file line number Diff line number Diff line change
Expand Up @@ -116,8 +116,6 @@ def test_create_engagement_content_sort(client, jwt, session,
assert rv.status_code == 200
assert len(rv.json) == 2, 'Two Contents Should exist.'
engagement_contents = rv.json
summary_content = None
custom_content = None
assert engagement_contents[0].get('title') == 'Summary'
assert engagement_contents[1].get('title') == 'Custom'

Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -12,7 +12,6 @@ import { Widget, WidgetItem, WidgetType } from 'models/widget';
import { createDefaultSurvey, Survey } from 'models/survey';
import { draftEngagement } from '../factory';
import { createMemoryRouter, RouterProvider } from 'react-router-dom';
import { EngagementLoaderData } from 'components/engagement/public/view';
import { EngagementContent } from 'models/engagementContent';

const survey: Survey = {
Expand Down

0 comments on commit 2b85f7e

Please sign in to comment.