In a plugin I updated the build from a 2025.3 eap to the 2025.3 rc build.
A tests is asserting that Grazie spellchecking is available in literals of a custom language.
With 2025.3, this message appears and the test fails because Grazie remains inactive:
[ 3156] WARN - #c.i.g.c.l.GrazieLoginManager - Need explicit activation dialog agreement, so skipping cloud login
Underlying, apparently, the JetBrains account service does not provide a token in unit test mode or is not logged in.
How can I make this setup work with 2025.3 rc?