Skip to content

Commit

Permalink
Corretti errori di esecuzione della testsuite.
Browse files Browse the repository at this point in the history
  • Loading branch information
pintorig committed Mar 25, 2022
1 parent 045d68d commit 0003fcc
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 43 deletions.

This file was deleted.

Original file line number Diff line number Diff line change
Expand Up @@ -30,7 +30,8 @@ And match response ==
"nome":"Mario Rossi",
"domini":"#[]",
"tipiPendenza":"#[]",
"acl":"#[]"
"acl":"#[]",
"autenticazione":"SPID"
}
"""

Expand All @@ -50,7 +51,8 @@ And match response ==
"nome":"IDA2A01",
"domini": "#[1]",
"tipiPendenza":"#[1]",
"acl":"#[]"
"acl":"#[]",
"autenticazione":"BASIC"
}
"""
# And match response.domini[*].idDominio contains ['12345678901','12345678902']
Expand Down

0 comments on commit 0003fcc

Please sign in to comment.