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
Getting some test failures throughout my application because the structured_warnings gem is getting angry for some reason. It's also causing issues in a third-party gem buttercms on this line. Not sure why.
It's always
TypeError:
wrong argument type Hash (expected String)
I've worked around the issue in our codebase, but don't want to start modifying other gems 😓
I think that #5 was meant to prevent this, but unsure.
The text was updated successfully, but these errors were encountered:
Getting some test failures throughout my application because the structured_warnings gem is getting angry for some reason. It's also causing issues in a third-party gem buttercms on this line. Not sure why.
It's always
TypeError: wrong argument type Hash (expected String)
I've worked around the issue in our codebase, but don't want to start modifying other gems 😓
I think that #5 was meant to prevent this, but unsure.
The text was updated successfully, but these errors were encountered: