File tree Expand file tree Collapse file tree 1 file changed +1
-2
lines changed
coderd/provisionerdserver Expand file tree Collapse file tree 1 file changed +1
-2
lines changed Original file line number Diff line number Diff line change @@ -1859,8 +1859,7 @@ func TestNotifications(t *testing.T) {
1859
1859
assert .Contains (t , notifEnq .Sent [0 ].Targets , workspace .OrganizationID )
1860
1860
assert .Contains (t , notifEnq .Sent [0 ].Targets , user .ID )
1861
1861
assert .Equal (t , workspace .Name , notifEnq .Sent [0 ].Labels ["name" ])
1862
- assert .Equal (t , template .Name , notifEnq .Sent [0 ].Labels ["template_name" ])
1863
- assert .Equal (t , template .DisplayName , notifEnq .Sent [0 ].Labels ["template_display_name" ])
1862
+ assert .Equal (t , template .DisplayName , notifEnq .Sent [0 ].Labels ["template_name" ])
1864
1863
assert .Equal (t , version .Name , notifEnq .Sent [0 ].Labels ["template_version_name" ])
1865
1864
assert .Equal (t , user .Username , notifEnq .Sent [0 ].Labels ["initiator" ])
1866
1865
assert .Equal (t , user .Username , notifEnq .Sent [0 ].Labels ["workspace_owner_username" ])
You can’t perform that action at this time.
0 commit comments