Thanks to visit codestin.com
Credit goes to github.com

Skip to content

Commit a4a5511

Browse files
committed
fix: copy-paste
1 parent e6a5aef commit a4a5511

File tree

1 file changed

+0
-3
lines changed

1 file changed

+0
-3
lines changed

coderd/provisionerdserver/provisionerdserver_test.go

Lines changed: 0 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -1790,9 +1790,6 @@ func TestNotifications(t *testing.T) {
17901790
})
17911791
require.NoError(t, err)
17921792

1793-
workspace, err = db.GetWorkspaceByID(ctx, workspace.ID)
1794-
require.NoError(t, err)
1795-
17961793
if tc.shouldNotify {
17971794
// Validate that the notification was sent and contained the expected values.
17981795
require.Len(t, notifEnq.sent, 1)

0 commit comments

Comments
 (0)