Skip to content

Commit

Permalink
Corretto check url evento getAvviso.
Browse files Browse the repository at this point in the history
  • Loading branch information
pintorig committed Nov 19, 2021
1 parent e9a3b18 commit 7b0ae97
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -162,7 +162,7 @@ And match response.risultati[1] ==
}
}
"""
And match response.risultati[1].parametriRichiesta.url == ente_api_url + "/v1/avvisi/"+ idDominio + "/" + iuv
And match response.risultati[1].parametriRichiesta.url == ente_api_url + "/v1/avvisi/"+ idDominio + "/" + numeroAvviso



Expand Down

0 comments on commit 7b0ae97

Please sign in to comment.