Skip to content

Commit

Permalink
removes code to match current dev upstream branch
Browse files Browse the repository at this point in the history
  • Loading branch information
inesmartins-swordhealth committed Mar 8, 2024
1 parent fc75e36 commit 94692d0
Show file tree
Hide file tree
Showing 2 changed files with 0 additions and 7 deletions.
1 change: 0 additions & 1 deletion dojo/templates/dojo/findings_list_snippet.html
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,6 @@
{% load display_tags %}
{% load authorization_tags %}
{% load get_endpoint_status %}
{% load multiply %}
{% load static %}
{% load i18n %}
{% block findings_list %}
Expand Down
6 changes: 0 additions & 6 deletions unittests/test_rest_framework.py
Original file line number Diff line number Diff line change
Expand Up @@ -995,12 +995,6 @@ def test_update_forbidden_engagement(self):
response = self.client.put(relative_url, self.payload)
self.assertEqual(403, response.status_code, response.content[:1000])

def test_create_object_not_authorized(self):
self.setUp_not_authorized()

response = self.client.post(self.url, self.payload)
self.assertEqual(403, response.status_code, response.content[:1000])


class FindingRequestResponseTest(DojoAPITestCase):
fixtures = ['dojo_testdata.json']
Expand Down

0 comments on commit 94692d0

Please sign in to comment.