Skip to content

Commit

Permalink
Sostituito codice entrata con uno censito
Browse files Browse the repository at this point in the history
  • Loading branch information
nardil committed Jul 25, 2019
1 parent 0a05b11 commit c03bfc7
Showing 1 changed file with 3 additions and 3 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -20,7 +20,7 @@ Background:
Scenario: Aggiunta di una entrata

Given url backofficeBaseurl
And path 'domini', idDominio, 'entrate', 'SIOPE-3321'
And path 'domini', idDominio, 'entrate', codEntrataSiope
And headers basicAutenticationHeader
And request entrata
When method put
Expand All @@ -32,14 +32,14 @@ Scenario Outline: Modifica di una entrata (<field>)
* def checkValue = <value> != null ? <value> : '#notpresent'

Given url backofficeBaseurl
And path 'domini', idDominio, 'entrate', 'SIOPE-3321'
And path 'domini', idDominio, 'entrate', codEntrataSiope
And headers basicAutenticationHeader
And request entrata
When method put
Then assert responseStatus == 200 || responseStatus == 201

Given url backofficeBaseurl
And path 'domini', idDominio, 'entrate', 'SIOPE-3321'
And path 'domini', idDominio, 'entrate', codEntrataSiope
And headers basicAutenticationHeader
When method get
Then status 200
Expand Down

0 comments on commit c03bfc7

Please sign in to comment.