mirror of
https://github.com/opentofu/opentofu.git
synced 2025-01-15 19:22:46 -06:00
4aeb67b8ff
The pagination info of a list call that returns an empty list contains: ```go CurrentPage: 1 TotalPages: 0 ``` So checking if we have seen all pages using `CurrentPage == TotalPages` will not work and will result in an endless loop. The tests are updated so they will fail (timeout after 1m) if this is handled incorreclty. |
||
---|---|---|
.. | ||
atlas | ||
init | ||
legacy | ||
local | ||
remote | ||
remote-state | ||
backend.go | ||
cli.go | ||
nil_test.go | ||
nil.go | ||
operation_type.go | ||
operationtype_string.go | ||
testing.go |