diff --git a/features/trustedInfoImport.feature b/features/trustedInfoImport.feature deleted file mode 100644 index 145b098d70f80c39b185f652cfa83eb72da66957..0000000000000000000000000000000000000000 --- a/features/trustedInfoImport.feature +++ /dev/null @@ -1,16 +0,0 @@ -As user -I want to import value to the cache and trust to the imported content -So I can then process the trusted data - -Scenario: Import data -Given DID documents are published -And JSON transformations policy is published -When I send a request to import -And the request contains JSON-LD data -And the request contains allowed DIDs list -And the request contains import interval -And the request contains http sources to import -When I get a successful response -When I evaluate the policy to get result from the cache -Then I get a response -And the response contains transformed data