Movatterモバイル変換


[0]ホーム

URL:


Skip to content

Navigation Menu

Sign in
Appearance settings

Search code, repositories, users, issues, pull requests...

Provide feedback

We read every piece of feedback, and take your input very seriously.

Saved searches

Use saved searches to filter your results more quickly

Sign up
Appearance settings

Commit9bf2971

Browse files
committed
Update code after review from parent branch
1 parente91a6a1 commit9bf2971

File tree

2 files changed

+5
-5
lines changed

2 files changed

+5
-5
lines changed

‎scaletest/notifications/run.go‎

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -352,7 +352,7 @@ func (r *Runner) watchNotificationsSMTP(ctx context.Context, user codersdk.User,
352352

353353
// Process each email summary
354354
for_,summary:=rangesummaries {
355-
notificationID:=summary.NotificationID
355+
notificationID:=summary.NotificationTemplateID
356356
ifnotificationID==uuid.Nil {
357357
continue
358358
}

‎scaletest/notifications/run_test.go‎

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -200,10 +200,10 @@ func TestRunWithSMTP(t *testing.T) {
200200

201201
// Start SMTP mock server
202202
smtpSrv:=smtpmock.New(smtpmock.Config{
203-
Host:"127.0.0.1",
204-
SMTPPort:0,
205-
APIPort:0,
206-
Logger:logger.Named("smtp"),
203+
HostAddress:"127.0.0.1",
204+
SMTPPort:0,
205+
APIPort:0,
206+
Logger:logger.Named("smtp"),
207207
})
208208
err:=smtpSrv.Start(ctx)
209209
require.NoError(t,err)

0 commit comments

Comments
 (0)

[8]ページ先頭

©2009-2025 Movatter.jp