hyperledger / identus-cloud-agent

Identus Cloud Agent
https://docs.atalaprism.io/
Apache License 2.0
72 stars 18 forks source link

test: add verification api integration tests #1201

Closed amagyar-iohk closed 4 days ago

amagyar-iohk commented 1 week ago

Description:

Test for ATL-6400

A bug was found

image

Checklist:

github-actions[bot] commented 1 week ago

Unit Test Results

 96 files  ±0   96 suites  ±0   22m 51s :stopwatch: -3s 826 tests ±0  818 :white_check_mark: ±0  8 :zzz: ±0  0 :x: ±0  833 runs  ±0  825 :white_check_mark: ±0  8 :zzz: ±0  0 :x: ±0 

Results for commit 0e1fd2c4. ± Comparison against base commit 68626ed5.

:recycle: This comment has been updated with latest results.

yshyn-iohk commented 1 week ago

you can merge the megalinter fixes https://github.com/hyperledger/identus-cloud-agent/pull/1202

github-actions[bot] commented 6 days ago

Integration Test Results

16 files  + 1  16 suites  +1   2s :stopwatch: ±0s 34 tests + 1  34 :white_check_mark: + 1  0 :zzz: ±0  0 :x: ±0  59 runs  +13  59 :white_check_mark: +13  0 :zzz: ±0  0 :x: ±0 

Results for commit 0e1fd2c4. ± Comparison against base commit 68626ed5.

This pull request removes 6 and adds 7 tests. Note that renamed tests count towards both. ``` Successful Verifies VcVerificationRequest Update PRISM DID by adding new keys Update PRISM DID by adding new services Update PRISM DID by removing keys Update PRISM DID by removing services Update PRISM DID by updating services ``` ``` Expected checks for generated JWT VC Expected failures Receive a jwt vc from cloud-agent and verify it Unsupported verification check should fail Update PRISM DID keys Update PRISM DID services Update PRISM DID with disallowed key purpose ```

:recycle: This comment has been updated with latest results.