You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
/spec/fixtures/clientBoot.json is a bit outdated - namely, the prefs object has been moved out of the self object and is now a key in the base object (this is what is causing the error right now). My own client.boot output seems to be 1168 lines compared to the 633 in the fixture, idk if you omitted anything though.
Solutions could be to just move the offending prefs object to it's rightful place, or to just grab the new client.boot (though it would be a bit time consuming to sanitize all my personal info out of it tbh). What do you think?
The text was updated successfully, but these errors were encountered:
yeah, i think unfortunately the client boot fixture is a bit hand crafted at the moment. If memory service I pulled down a live one, then got tired sanitizing it 😬 I think making a minimal one that satisfies the tests (and of course updating the tests to expect real life content) would be a good move.
/spec/fixtures/clientBoot.json is a bit outdated - namely, the
prefs
object has been moved out of theself
object and is now a key in the base object (this is what is causing the error right now). My own client.boot output seems to be 1168 lines compared to the 633 in the fixture, idk if you omitted anything though.Solutions could be to just move the offending
prefs
object to it's rightful place, or to just grab the new client.boot (though it would be a bit time consuming to sanitize all my personal info out of it tbh). What do you think?The text was updated successfully, but these errors were encountered: