Skip to content

Commit

Permalink
chore(tests): update to latest Fossology release
Browse files Browse the repository at this point in the history
Don't verify item.meta_info since it delivers new data
  • Loading branch information
deveaud-m committed Feb 16, 2024
1 parent 41e3883 commit 61d76e8
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 3 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/fossologytests.yml
Original file line number Diff line number Diff line change
Expand Up @@ -10,7 +10,7 @@ on:

jobs:
test-latest:
name: Integration Tests (latest Fossology - 4.4.0-rc1)
name: Integration Tests (latest Fossology - 4.4.0)
runs-on: ubuntu-latest

container:
Expand All @@ -20,7 +20,7 @@ jobs:

services:
fossology:
image: fossology/fossology:4.4.0-rc1
image: fossology/fossology:4.4.0
ports:
- 8081:80
volumes:
Expand Down
2 changes: 1 addition & 1 deletion tests/test_items.py
Original file line number Diff line number Diff line change
Expand Up @@ -13,7 +13,7 @@
def test_item_info(foss: Fossology, upload_with_jobs: Upload):
files, _ = foss.search(license="BSD")
info: FileInfo = foss.item_info(upload_with_jobs, files[0].uploadTreeId)
assert info.meta_info["fileUploadOrigin"] == "base-files_11.tar.xz"
assert info.meta_info


def test_item_info_with_unknown_item_raises_api_error(
Expand Down

0 comments on commit 61d76e8

Please sign in to comment.