cnabio / cnab-go

A Go implementation of CNAB Core 1.0
MIT License
69 stars 37 forks source link

Replace underway status by pending and fix claim test issues #186

Closed glours closed 4 years ago

glours commented 4 years ago

Fix the following issue in claim test

--- FAIL: TestClaimSchema (2.09s)
    claim_test.go:172: claim validation against the JSON schema failed:
    claim_test.go:174: /result/status: "underway" should be one of ["failure", "success", "pending", "unknown"]

Signed-off-by: Guillaume Lours guillaume.lours@docker.com

silvin-lubecki commented 4 years ago

Related to specifications change: https://github.com/cnabio/cnab-spec/pull/334

glours commented 4 years ago

Closed already fixed by #185