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 0532b0c commit c672f21Copy full SHA for c672f21
internal/analysis/analysis_test.go
@@ -117,7 +117,7 @@ func TestAnalysis_CreateWorkspace_NotARepository(t *testing.T) {
117
mockHTTPClient.EXPECT().Do(
118
mock.MatchedBy(func(i interface{}) bool {
119
req := i.(*http.Request)
120
- return req.URL.String() == "http://localhost/hidden/orgs/4a72d1db-b465-4764-99e1-ecedad03b06a/workspaces?version=2024-03-12~experimental" &&
+ return req.URL.String() == "http://localhost/hidden/orgs/4a72d1db-b465-4764-99e1-ecedad03b06a/workspaces?version=2024-05-14~experimental" &&
121
req.Method == "POST" &&
122
req.Header.Get("Content-Type") == "application/vnd.api+json" &&
123
req.Header.Get("Snyk-Request-Id") == "b372d1db-b465-4764-99e1-ecedad03b06a" &&
0 commit comments