Skip to content

Commit

Permalink
tests: use YAML 1.2 in test files
Browse files Browse the repository at this point in the history
  • Loading branch information
bfabio committed Feb 18, 2023
1 parent f579a37 commit 8613cff
Show file tree
Hide file tree
Showing 2 changed files with 22 additions and 22 deletions.
22 changes: 11 additions & 11 deletions testdata/v0.3/invalid/landingURL_invalid.yml
Original file line number Diff line number Diff line change
Expand Up @@ -119,30 +119,30 @@ dependsOn:
- name: MySQL
versionMin: "1.1"
versionMax: "1.3"
optional: yes
optional: true
- name: PostgreSQL
version: "3.2"
optional: yes
optional: true
proprietary:
- name: Oracle
versionMin: "11.4"
- name: IBM SoftLayer
hardware:
- name: NFC Reader
optional: yes
optional: true

it:
conforme:
lineeGuidaDesign: yes
modelloInteroperabilita: yes
misureMinimeSicurezza: yes
gdpr: yes
lineeGuidaDesign: true
modelloInteroperabilita: true
misureMinimeSicurezza: true
gdpr: true

riuso:
codiceIPA: c_h501

piattaforme:
spid: yes
pagopa: yes
cie: yes
anpr: yes
spid: true
pagopa: true
cie: true
anpr: true
22 changes: 11 additions & 11 deletions testdata/v0.3/invalid/landingURL_wrong_type.yml
Original file line number Diff line number Diff line change
Expand Up @@ -119,30 +119,30 @@ dependsOn:
- name: MySQL
versionMin: "1.1"
versionMax: "1.3"
optional: yes
optional: true
- name: PostgreSQL
version: "3.2"
optional: yes
optional: true
proprietary:
- name: Oracle
versionMin: "11.4"
- name: IBM SoftLayer
hardware:
- name: NFC Reader
optional: yes
optional: true

it:
conforme:
lineeGuidaDesign: yes
modelloInteroperabilita: yes
misureMinimeSicurezza: yes
gdpr: yes
lineeGuidaDesign: true
modelloInteroperabilita: true
misureMinimeSicurezza: true
gdpr: true

riuso:
codiceIPA: c_h501

piattaforme:
spid: yes
pagopa: yes
cie: yes
anpr: yes
spid: true
pagopa: true
cie: true
anpr: true

0 comments on commit 8613cff

Please sign in to comment.