Skip to content

Commit

Permalink
Corretto test acquisizione flussi v2
Browse files Browse the repository at this point in the history
  • Loading branch information
nardil committed Jan 25, 2022
1 parent 02c62c2 commit e74643c
Showing 1 changed file with 2 additions and 2 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -71,7 +71,7 @@ Given url ragioneriaBaseurl
And path 'flussiRendicontazione', idFlusso, dataFlusso
And headers idA2ABasicAutenticationHeader
When method get
Then status 422
Then status 200

* def idDominio = findResponse.risultati[1].idDominio
* def idFlusso = findResponse.risultati[1].idFlusso
Expand Down Expand Up @@ -99,7 +99,7 @@ Given url ragioneriaBaseurl
And path 'flussiRendicontazione', idFlusso, dataFlusso
And headers idA2ABasicAutenticationHeader
When method get
Then status 422
Then status 200

Given url ragioneriaBaseurl
And path 'flussiRendicontazione', idFlusso
Expand Down

0 comments on commit e74643c

Please sign in to comment.