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
Currently we are using a constant to set the base URL. This is weird because this constant is being accessed outside of ServiceBase, in tests. It should be a class method instead.
Furthermore, Windows::ServiceBase#initialize sets the base URL in an instance variable. This means that Online and Windows set the base URL in two different ways. This is silliness!
The text was updated successfully, but these errors were encountered:
Currently we are using a constant to set the base URL. This is weird because this constant is being accessed outside of ServiceBase, in tests. It should be a class method instead.
Furthermore, Windows::ServiceBase#initialize sets the base URL in an instance variable. This means that Online and Windows set the base URL in two different ways. This is silliness!
The text was updated successfully, but these errors were encountered: