Skip to content

Commit

Permalink
acceptance testdata for no output in case of no extensions
Browse files Browse the repository at this point in the history
Signed-off-by: Darshan Kumar <itsdarshankumar@gmail.com>
  • Loading branch information
itsdarshankumar committed Apr 10, 2023
1 parent e4d833d commit 9f6b412
Show file tree
Hide file tree
Showing 5 changed files with 2 additions and 46 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -46,12 +46,6 @@ Detection Order:
│ └ simple/nested-level-2@nested-l2-version
└ read/env@read-env-version (optional)

Extensions:
(none)

Detection Order (Extensions):
(none)

LOCAL:

Created By:
Expand Down Expand Up @@ -97,9 +91,3 @@ Detection Order:
│ └ Group #1:
│ └ simple/nested-level-2@nested-l2-version
└ read/env@read-env-version (optional)

Extensions:
(none)

Detection Order (Extensions):
(none)
Original file line number Diff line number Diff line change
Expand Up @@ -48,12 +48,6 @@ Detection Order:
│ └ simple/layers@simple-layers-version
└ read/env@read-env-version (optional)

Extensions:
(none)

Detection Order (Extensions):
(none)

LOCAL:

Created By:
Expand Down Expand Up @@ -101,9 +95,3 @@ Detection Order:
│ └ Group #1:
│ └ simple/layers@simple-layers-version
└ read/env@read-env-version (optional)

Extensions:
(none)

Detection Order (Extensions):
(none)
Original file line number Diff line number Diff line change
Expand Up @@ -97,9 +97,7 @@
}
]
}
],
"extensions": null,
"order_extensions": null
]
},
"local_info": {
"created_by": {
Expand Down Expand Up @@ -196,8 +194,6 @@
}
]
}
],
"extensions": null,
"order_extensions": null
]
}
}
Original file line number Diff line number Diff line change
Expand Up @@ -58,8 +58,6 @@ remote_info:
- id: read/env
version: read-env-version
optional: true
extensions: []
order_extensions: []
local_info:
created_by:
name: Pack CLI
Expand Down Expand Up @@ -116,5 +114,3 @@ local_info:
- id: read/env
version: read-env-version
optional: true
extensions: []
order_extensions: []
12 changes: 0 additions & 12 deletions acceptance/testdata/pack_fixtures/inspect_builder_output.txt
Original file line number Diff line number Diff line change
Expand Up @@ -42,12 +42,6 @@ Detection Order:
├ simple/layers
└ read/env@read-env-version (optional)

Extensions:
(none)

Detection Order (Extensions):
(none)

LOCAL:

Created By:
Expand Down Expand Up @@ -89,9 +83,3 @@ Detection Order:
└ Group #1:
├ simple/layers
└ read/env@read-env-version (optional)

Extensions:
(none)

Detection Order (Extensions):
(none)

0 comments on commit 9f6b412

Please sign in to comment.