Skip to content

Commit

Permalink
Run linter and remove unused package
Browse files Browse the repository at this point in the history
  • Loading branch information
mtruj013 committed Aug 27, 2024
1 parent 3283eb8 commit a078a62
Show file tree
Hide file tree
Showing 2 changed files with 1 addition and 2 deletions.
1 change: 0 additions & 1 deletion requirements.txt
Original file line number Diff line number Diff line change
Expand Up @@ -12,6 +12,5 @@ webargs==6.1.1
sortedcontainers==2.4.0
Flask-SQLAlchemy==2.5.1
Flask-Migrate==3.1.0
flask-alchemydumps==0.0.13
SQLAlchemy-Utils==0.41.1

2 changes: 1 addition & 1 deletion tests/test_routes.py
Original file line number Diff line number Diff line change
Expand Up @@ -925,7 +925,7 @@ def test_bulk_upsert_cves(self):
f"/security/cves/{payloads.cve3['id']}.json"
)
assert response.status_code == 200

def test_delete_non_existing_cve_returns_404(self):
response = self.client.delete(
f"/security/updates/cves/{payloads.cve1['id']}.json"
Expand Down

0 comments on commit a078a62

Please sign in to comment.