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
fix(spp_dci_client): use _SECRET_MASK constant in tests instead of hardcoded value
The secret display tests hardcoded "********" in three places. If the
mask value changes in the model, the tests would silently break. Now
references cls.SECRET_MASK set from DCIDataSource._SECRET_MASK.
0 commit comments