We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent dcd59ed commit 8f2dbb8Copy full SHA for 8f2dbb8
bundler/composer_functions_test.go
@@ -49,7 +49,7 @@ func TestProcessRef_UnknownLocation_TwoStep(t *testing.T) {
49
ref := &processRef{
50
idx: m.Index,
51
ref: &index.Reference{
52
- FullDefinition: "#/blarp/blop",
+ FullDefinition: "blip.yaml#/blarp/blop",
53
},
54
seqRef: nil,
55
name: "test",
@@ -79,7 +79,8 @@ func TestProcessRef_UnknownLocation_ThreeStep(t *testing.T) {
79
80
81
82
- FullDefinition: "#/blarp/blop/blurp",
+ FullDefinition: "bleep.yaml#/blarp/blop/blurp",
83
+ Definition: "#/blarp/blop/blurp",
84
85
86
0 commit comments