Skip to content

Commit a6d4a0c

Browse files
committed
feat(coderd): remove unused call
1 parent 0c9c485 commit a6d4a0c

File tree

1 file changed

+0
-8
lines changed

1 file changed

+0
-8
lines changed

coderd/notifications/notifications_test.go

-8
Original file line numberDiff line numberDiff line change
@@ -1008,14 +1008,6 @@ func TestNotificationTemplates_Golden(t *testing.T) {
10081008
db := api.Database
10091009
firstUser := coderdtest.CreateFirstUser(t, adminClient)
10101010

1011-
if tc.appName != "" || tc.logoURL != "" {
1012-
err = adminClient.UpdateAppearance(context.Background(), codersdk.UpdateAppearanceConfig{
1013-
ApplicationName: tc.appName,
1014-
LogoURL: tc.logoURL,
1015-
})
1016-
require.NoError(t, err)
1017-
}
1018-
10191011
_, user := coderdtest.CreateAnotherUserMutators(
10201012
t,
10211013
adminClient,

0 commit comments

Comments
 (0)