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
For each request, allow a BaseConfiguration to be added as a parameter. When added, they should be used instead of values from Configuration it was initialized with
Reminder: Call assertValid()
The text was updated successfully, but these errors were encountered:
As noted in comments, some test cases (config overridden requests) haven't been written yet. The most critical parts of the code (Configuration.override(...)) are sufficiently covered
For each request, allow a
BaseConfiguration
to be added as a parameter. When added, they should be used instead of values from Configuration it was initialized withReminder: Call
assertValid()
The text was updated successfully, but these errors were encountered: