Skip to content

Commit

Permalink
Fix unmarshaling/marshaling cycle tests
Browse files Browse the repository at this point in the history
  • Loading branch information
kklimonda-cl committed Aug 6, 2024
1 parent f21fada commit aea8772
Showing 1 changed file with 6 additions and 0 deletions.
6 changes: 6 additions & 0 deletions pkg/properties/normalized_test.go
Original file line number Diff line number Diff line change
Expand Up @@ -342,6 +342,7 @@ spec:
type: string
default: ""
required: false
sensitive: false
length:
min: 0
max: 1023
Expand All @@ -360,6 +361,7 @@ spec:
type: list
default: ""
required: false
sensitive: false
count:
min: null
max: 64
Expand All @@ -386,6 +388,7 @@ spec:
type: string
default: ""
required: false
sensitive: false
length:
min: 1
max: 255
Expand All @@ -405,6 +408,7 @@ spec:
type: string
default: ""
required: false
sensitive: false
profiles:
- xpath:
- ip-netmask
Expand All @@ -420,6 +424,7 @@ spec:
type: string
default: ""
required: false
sensitive: false
profiles:
- xpath:
- ip-range
Expand All @@ -435,6 +440,7 @@ spec:
type: string
default: ""
required: false
sensitive: false
profiles:
- xpath:
- ip-wildcard
Expand Down

0 comments on commit aea8772

Please sign in to comment.