expect(Object.fromEntries(new URLSearchParams(body).entries())).toEqual({
            access_token: expect.stringMatching(/^[a-f\d]{40}\/public_repo\/read:user$/),
            scope: "public_repo,read:user",
            token_type: "bearer",
        });