Skip to content

Commit 93b46fa

Browse files
committed
fix unit tests
Signed-off-by: tdruez <tdruez@aboutcode.org>
1 parent 0663fc6 commit 93b46fa

2 files changed

Lines changed: 1 addition & 1 deletion

File tree

Makefile

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -30,7 +30,6 @@ shell:
3030
# make test - full suite
3131
# make test k=<pattern> - filter by name, e.g. make test k=test_name
3232
test:
33-
${EXEC} web pip install --find-links=thirdparty/dist/ --no-index --no-cache-dir '.[dev]'
3433
${MANAGE} test --noinput --parallel auto $(if $(k),-k $(k),)
3534

3635
migrations:

product_portfolio/views.py

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -3242,6 +3242,7 @@ class ProductSecurityComplianceExportView(
32423242
"affected_package_count": "Affected packages",
32433243
"fixed_packages_count": "Fixed packages",
32443244
"resource_url": "Reference URL",
3245+
"advisory_uid": "Advisory UID",
32453246
}
32463247

32473248
def get(self, request, *args, **kwargs):

0 commit comments

Comments
 (0)