eclipse-tractusx / digital-product-pass

digital product pass
https://github.com/eclipse-tractusx/digital-product-pass
Apache License 2.0
21 stars 10 forks source link

[DPP] Unit tests failing for Data-Sovereignty policy check feature #310

Closed matbmoser closed 1 month ago

matbmoser commented 1 month ago

Description

I was integrating yesterday two features catenax-ng:release/v3.0.0-single-api and catenax-ng:release/v3.0.0-data-sovereignty I found a bug related to the unit tests (PolicyUtilTest):

IllegalState ApplicationContext failure threshold (1) exceeded

It is related to the unit test configuration that can not be loaded during compilation.

Possible solutions

matbmoser commented 1 month ago

So I updated and merged today a fix:

matbmoser commented 1 month ago

Fix added to #308 and #306 PRs 🚀