Skip to content

Commit 612d1da

Browse files
committed
fix unit test
1 parent 92f7fb2 commit 612d1da

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

internal/testutil/unit/http_mocker_api_paths_test.go

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -10,7 +10,7 @@ import (
1010

1111
func TestApiPathsParsing(t *testing.T) {
1212
specParts := unit.ReadAPISpecPaths()
13-
assert.Len(t, specParts, 5)
13+
assert.GreaterOrEqual(t, len(specParts), 5)
1414
assert.Contains(t, specParts, "GET")
1515
processArgsPath := "/api/atlas/v2/groups/6746ceed6f62fc3c122a3e0e/clusters/test-acc-tf-c-7871793563057636102/processArgs"
1616
getPaths := specParts["GET"]

0 commit comments

Comments
 (0)