Skip to content
This repository has been archived by the owner on May 3, 2022. It is now read-only.

Commit

Permalink
adding invalid duffle.json for tests
Browse files Browse the repository at this point in the history
  • Loading branch information
Swapnil Bawaskar committed Feb 22, 2019
1 parent 6c40a98 commit 7c6feda
Showing 1 changed file with 11 additions and 0 deletions.
11 changes: 11 additions & 0 deletions pkg/duffle/manifest/testdata/invalid_duffle.json
Original file line number Diff line number Diff line change
@@ -0,0 +1,11 @@
{
"name": "helloworld",
"version": "0.1.0",
"parameters": {},
"invocationImages": [
{
"imageType": "azure-image",
"image": "duffle-dev/duffle-vm-example-0.1.1"
}
]
}

0 comments on commit 7c6feda

Please sign in to comment.