Skip to content

Commit

Permalink
Fixes failing integration tests #1744
Browse files Browse the repository at this point in the history
- many existing integration tests did fail, because the
  PDS standard code scan integration test setup did now
  insist on sources - removed this setup (so accepting
  binary,source and also none). This fixed the problem
- scenario 17 integration tests do still check the correct
  behavior for the supported data types
  • Loading branch information
de-jcup committed Nov 25, 2022
1 parent cfadb6d commit 0cabe9a
Showing 1 changed file with 0 additions and 5 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -18,11 +18,6 @@
{
"key": "product1.level",
"description": "numeric, 1-gets all, 2-only critical,fatal and medium, 3- only critical and fatal"
},
{
"key": "pds.config.supported.datatypes",
"description": "Supported data types. Could be changed at runtime via executor configuration as well - but would makes test situation more complex.",
"default": "source"
}
],
"optional": [
Expand Down

0 comments on commit 0cabe9a

Please sign in to comment.