Objectify creating key from webSafeUrl ignores databaseID parameter
I’m making some unit tests over functions that loads an entity from Datastore using Objectify. I wish not to point at the Default database as it belongs to production. To run this tests, it was created a second database in the project importing data from Default db. The datastore config passed to objectify to run local tests points at Test db. The parameter received by the functions to test is a webSafeUrl from which a Key object is created to perform the search through method: