There was an error while loading. Please reload this page.
1 parent 5e80af3 commit f9c2073Copy full SHA for f9c2073
1 file changed
internal/httpserve/handlers/tools_test.go
@@ -335,6 +335,9 @@ func (suite *HandlerTestSuite) SetupTest() {
335
err = db.Job.TruncateRiverTables(ctx)
336
require.NoError(t, err)
337
338
+ // reset mock email sender so messages don't bleed across tests
339
+ suite.mockEmailSender().Reset()
340
+
341
// add db to test client and wire integration runtime so email dispatch works
342
db.IntegrationsRuntime = suite.sharedIntegrationsRT
343
suite.db = db
0 commit comments