Skip to content

Commit 39deb09

Browse files
committed
test fix
Signed-off-by: Sylwester Piskozub <sylwesterpiskozub@gmail.com>
1 parent 1a5e595 commit 39deb09

File tree

3 files changed

+3
-3
lines changed

3 files changed

+3
-3
lines changed

app/controlplane/pkg/biz/testdata/contracts/contract_v2.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
{
2-
"apiVersion": "workflowcontract.chainloop.dev/v1",
2+
"apiVersion": "chainloop.dev/v1",
33
"kind": "Contract",
44
"metadata": {
55
"name": "my-contract",

app/controlplane/pkg/biz/testdata/contracts/contract_v2.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
apiVersion: workflowcontract.chainloop.dev/v1
1+
apiVersion: chainloop.dev/v1
22
kind: Contract
33
metadata:
44
name: my-contract

app/controlplane/pkg/biz/testdata/contracts/invalid_contract_v2.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
apiVersion: workflowcontract.chainloop.dev/v1
1+
apiVersion: chainloop.dev/v1
22
kind: Contract
33
metadata:
44
name: INVALID_NAME

0 commit comments

Comments
 (0)