Skip to content
Merged
Changes from 1 commit
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
Prev Previous commit
Next Next commit
fix: copy-paste
  • Loading branch information
mtojek committed Jul 15, 2024
commit a4a5511f9c97d1ae2f5b301ef2e1a13907c954ed
3 changes: 0 additions & 3 deletions coderd/provisionerdserver/provisionerdserver_test.go
Original file line number Diff line number Diff line change
Expand Up @@ -1790,9 +1790,6 @@ func TestNotifications(t *testing.T) {
})
require.NoError(t, err)

workspace, err = db.GetWorkspaceByID(ctx, workspace.ID)
require.NoError(t, err)

if tc.shouldNotify {
// Validate that the notification was sent and contained the expected values.
require.Len(t, notifEnq.sent, 1)
Expand Down