LastModifiedSince: return latestRV even when it hasn't changed. (#110391)
Return latestRV.
This commit is contained in:
@@ -538,7 +538,7 @@ func runTestIntegrationBackendListModifiedSince(t *testing.T, backend resource.S
|
||||
isEmpty(t, seq)
|
||||
|
||||
latestRv2, seq := backend.ListModifiedSince(ctx, key, latestRv1)
|
||||
require.GreaterOrEqual(t, latestRv1, latestRv2)
|
||||
require.Equal(t, latestRv1, latestRv2)
|
||||
isEmpty(t, seq)
|
||||
})
|
||||
|
||||
|
||||
Reference in New Issue
Block a user