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 2bad993 commit 66b73b3Copy full SHA for 66b73b3
datamodel/low/v3/link_test.go
@@ -15,6 +15,8 @@ import (
15
)
16
17
func TestLink_Build(t *testing.T) {
18
+ cleanHashCacheForTest(t)
19
+
20
yml := `operationRef: '#/someref'
21
operationId: someId
22
parameters:
@@ -60,6 +62,7 @@ x-linky: slinky
60
62
}
61
63
64
func TestLink_Build_Fail(t *testing.T) {
65
66
67
68
@@ -83,6 +86,7 @@ server:
83
86
84
87
85
88
func TestLink_Hash(t *testing.T) {
89
90
yml := `operationRef: something
91
operationId: someWhere
92
0 commit comments