File tree Expand file tree Collapse file tree 2 files changed +2
-2
lines changed Expand file tree Collapse file tree 2 files changed +2
-2
lines changed Original file line number Diff line number Diff line change @@ -45,7 +45,7 @@ const FeatureFlagRiskScoreInCLI = "feature_flag_experimental_risk_score_in_cli"
45
45
const ForceLegacyCLIEnvVar = "SNYK_FORCE_LEGACY_CLI"
46
46
47
47
// PollInterval is the polling interval for the test API. It is exported to be configurable in tests.
48
- var PollInterval = 8 * time .Second
48
+ var PollInterval = 2 * time .Second
49
49
50
50
// RegisterWorkflows registers the "test" workflow.
51
51
func RegisterWorkflows (e workflow.Engine ) error {
Original file line number Diff line number Diff line change @@ -24,7 +24,7 @@ func (s *Client) GetClient() *http.Client {
24
24
// GetAPIBaseURL returns the API base URL.
25
25
func (s * Client ) GetAPIBaseURL () string {
26
26
// TODO: remove this when we go GA.
27
- return s .apiBaseURL + "/closed-beta /"
27
+ return s .apiBaseURL + "/rest /"
28
28
}
29
29
30
30
// GetOrgID returns the organization ID.
You can’t perform that action at this time.
0 commit comments