Thanks to visit codestin.com Credit goes to github.com
We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 0c9c485 commit a6d4a0cCopy full SHA for a6d4a0c
coderd/notifications/notifications_test.go
@@ -1008,14 +1008,6 @@ func TestNotificationTemplates_Golden(t *testing.T) {
1008
db := api.Database
1009
firstUser := coderdtest.CreateFirstUser(t, adminClient)
1010
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
-
1019
_, user := coderdtest.CreateAnotherUserMutators(
1020
t,
1021
adminClient,
0 commit comments