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 92f7fb2 commit 612d1daCopy full SHA for 612d1da
internal/testutil/unit/http_mocker_api_paths_test.go
@@ -10,7 +10,7 @@ import (
10
11
func TestApiPathsParsing(t *testing.T) {
12
specParts := unit.ReadAPISpecPaths()
13
- assert.Len(t, specParts, 5)
+ assert.GreaterOrEqual(t, len(specParts), 5)
14
assert.Contains(t, specParts, "GET")
15
processArgsPath := "/api/atlas/v2/groups/6746ceed6f62fc3c122a3e0e/clusters/test-acc-tf-c-7871793563057636102/processArgs"
16
getPaths := specParts["GET"]
0 commit comments