did you find the solution for the above issue, if so can You please share the steps to resolve am also facing the same issue now in oauth2
Test Refresh Token Fails on Google Home Test Suite
Hello everyone, i've been using oauth2-server, along with Laravel Passport to build an integration for Google Home Cloud to Cloud. We have encountered a test failure within the Google Home Test Suite:
Error happened during refresh with invalid token. This is likely because partner didn't return invalid_grant with 400. Please check Cloud log if this provider has been associated with cloud project id.;Refresh token has been rotated. This is not forbidden, however we do not see much benefit that rotating the refresh token can provide but the potential problem it has. We also tried to refresh token with the old refresh token after it has been rotated. Refresh didn't work, this means partner invalidated the old refresh token right after the rotation. Partners shall only invalidate the old refresh token after seeing we use the new one to ensure we got it successfully.;: expected 'FAIL' to not equal 'FAIL'

Is anyone else experiencing this issue?
Please or to participate in this conversation.