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
Reproduce steps:
We have an interceptor that reads the test pid from headers so we can call allow on multiple modules. However, not every module is used in every test case.
Then if you write a test that doesn't call Mimic.expect for all 4 it will raise, for example the below test will raise on Mimic.allow(Auth.OneTimeAccess, test_pid, self()).
Here is the error
Reproduce steps:
We have an interceptor that reads the test pid from headers so we can call allow on multiple modules. However, not every module is used in every test case.
We have this in our GRPC test case setup block
Then if you write a test that doesn't call Mimic.expect for all 4 it will raise, for example the below test will raise on
Mimic.allow(Auth.OneTimeAccess, test_pid, self())
.Fix in: #82
The text was updated successfully, but these errors were encountered: