diff --git a/test/identity/resolve-did.zen b/test/identity/resolve-did.zen index 10b2dab8..3f7e5319 100644 --- a/test/identity/resolve-did.zen +++ b/test/identity/resolve-did.zen @@ -1,10 +1,11 @@ -Rule caller restroom-mw +Rule unknown ignore + +Given I resolve the did 'myDid' from 'myUrl' and save the output into 'myOutput' +Given I resolve the did 'myDid2' from 'myUrl' and save the output into 'myOutput2' Given I have a 'string' named 'myDid' Given I have a 'string' named 'myDid2' Given I have a 'string' named 'myUrl' Given I have a 'string dictionary' named 'myOutput' Given I have a 'string dictionary' named 'myOutput2' -Given I resolve the did 'myDid' from 'myUrl' and save the output into 'myOutput' -Given I resolve the did 'myDid2' from 'myUrl' and save the output into 'myOutput2' Then print all data