Skip to content

Commit 1338994

Browse files
committed
coverage
1 parent dd2a700 commit 1338994

1 file changed

Lines changed: 2 additions & 0 deletions

File tree

bundler/composer_functions_test.go

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -95,6 +95,7 @@ func TestComposeReferenceAs_MissingComponentMap(t *testing.T) {
9595
v3low.CallbacksLabel,
9696
v3low.PathItemsLabel,
9797
v3low.MediaTypesLabel,
98+
v3low.SecuritySchemesLabel,
9899
"unknown",
99100
} {
100101
t.Run(componentType, func(t *testing.T) {
@@ -148,6 +149,7 @@ func TestFileImportLocationForType_MissingComponentMap(t *testing.T) {
148149
v3low.CallbacksLabel,
149150
v3low.PathItemsLabel,
150151
v3low.MediaTypesLabel,
152+
v3low.SecuritySchemesLabel,
151153
"unknown",
152154
} {
153155
t.Run(componentType, func(t *testing.T) {

0 commit comments

Comments
 (0)