summaryrefslogtreecommitdiff
path: root/tests/files/fail/test_type_timestamp.yaml
blob: 1a5e120b730a1d4b99a1a8b7a4e0acd2e604aa67 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
---
name: fail-type-timestamp-1
desc: Test timestamps that should throw errors
data:
  d1: ""
  d2: "1427650980"
schema:
  type: map
  mapping:
    d1:
      type: timestamp
    d2:
      type: timestamp
errors:
  - "Timestamp value is empty. Path: '/d1'"