File tree 3 files changed +5
-5
lines changed
3 files changed +5
-5
lines changed Original file line number Diff line number Diff line change @@ -98,6 +98,6 @@ require (
98
98
gopkg.in/yaml.v3 v3.0.1 // indirect
99
99
)
100
100
101
- replace github.com/linuxsuren/api-testing => github.com/SamYSF/api-testing v0.0.0-20240913030350-eef572d3a842
101
+ replace github.com/linuxsuren/api-testing => github.com/SamYSF/api-testing v0.0.0-20240913070731-63814573b192
102
102
103
103
// replace github.com/linuxsuren/api-testing => /home/ysf/project/api-testing
Original file line number Diff line number Diff line change @@ -5,8 +5,8 @@ github.com/Masterminds/semver/v3 v3.2.1 h1:RN9w6+7QoMeJVGyfmbcgs28Br8cvmnucEXnY0
5
5
github.com/Masterminds/semver/v3 v3.2.1 /go.mod h1:qvl/7zhW3nngYb5+80sSMF+FG2BjYrf8m9wsX0PNOMQ =
6
6
github.com/Masterminds/sprig/v3 v3.2.3 h1:eL2fZNezLomi0uOLqjQoN6BfsDD+fyLtgbJMAj9n6YA =
7
7
github.com/Masterminds/sprig/v3 v3.2.3 /go.mod h1:rXcFaZ2zZbLRJv/xSysmlgIM1u11eBaRMhvYXJNkGuM =
8
- github.com/SamYSF/api-testing v0.0.0-20240913030350-eef572d3a842 h1:LBkbEAx3GFJNvdVU66ahvHwk4F7722kCEXyVw67MFtU =
9
- github.com/SamYSF/api-testing v0.0.0-20240913030350-eef572d3a842 /go.mod h1:uu0hyEYSgdSju31EugGwIGE2I/uv7VYNM/6ODPKKD7I =
8
+ github.com/SamYSF/api-testing v0.0.0-20240913070731-63814573b192 h1:hHFszkA9lWWQ0UmyE8/C8uXRP4hAyQHAXilVSg87e/w =
9
+ github.com/SamYSF/api-testing v0.0.0-20240913070731-63814573b192 /go.mod h1:uu0hyEYSgdSju31EugGwIGE2I/uv7VYNM/6ODPKKD7I =
10
10
github.com/andreyvit/diff v0.0.0-20170406064948-c7f18ee00883 h1:bvNMNQO63//z+xNgfBlViaCIJKLlCJ6/fmUseuG0wVQ =
11
11
github.com/andreyvit/diff v0.0.0-20170406064948-c7f18ee00883 /go.mod h1:rCTlJbsFo29Kk6CurOXKm700vrz8f0KW0JNfpkRJY/8 =
12
12
github.com/beorn7/perks v1.0.1 h1:VlbKKnNfV8bJzeqoa4cOKqO6bYr3WgKZxO8Z16+hsOM =
Original file line number Diff line number Diff line change @@ -110,12 +110,12 @@ func TestNewRemoteServer(t *testing.T) {
110
110
})
111
111
112
112
t .Run ("DeleteHistoryTestCase" , func (t * testing.T ) {
113
- _ , err := remoteServer .DeleteHistoryTestCase (defaultCtx , nil )
113
+ _ , err := remoteServer .DeleteHistoryTestCase (defaultCtx , & server. HistoryTestCase {} )
114
114
assert .Error (t , err )
115
115
})
116
116
117
117
t .Run ("DeleteAllHistoryTestCase" , func (t * testing.T ) {
118
- _ , err := remoteServer .DeleteAllHistoryTestCase (defaultCtx , nil )
118
+ _ , err := remoteServer .DeleteAllHistoryTestCase (defaultCtx , & server. HistoryTestCase {} )
119
119
assert .Error (t , err )
120
120
})
121
121
You can’t perform that action at this time.
0 commit comments