@@ -700,7 +700,7 @@ func TestNotificationTemplatesCanRender(t *testing.T) {
700
700
name : "TemplateWorkspaceDeleted" ,
701
701
id : notifications .TemplateWorkspaceDeleted ,
702
702
payload : types.MessagePayload {
703
- UserName : "bobby " ,
703
+ UserName : "Bobby " ,
704
704
Labels : map [string ]string {
705
705
"name" : "bobby-workspace" ,
706
706
"reason" : "autodeleted due to dormancy" ,
@@ -712,7 +712,7 @@ func TestNotificationTemplatesCanRender(t *testing.T) {
712
712
name : "TemplateWorkspaceAutobuildFailed" ,
713
713
id : notifications .TemplateWorkspaceAutobuildFailed ,
714
714
payload : types.MessagePayload {
715
- UserName : "bobby " ,
715
+ UserName : "Bobby " ,
716
716
Labels : map [string ]string {
717
717
"name" : "bobby-workspace" ,
718
718
"reason" : "autostart" ,
@@ -723,7 +723,7 @@ func TestNotificationTemplatesCanRender(t *testing.T) {
723
723
name : "TemplateWorkspaceDormant" ,
724
724
id : notifications .TemplateWorkspaceDormant ,
725
725
payload : types.MessagePayload {
726
- UserName : "bobby " ,
726
+ UserName : "Bobby " ,
727
727
Labels : map [string ]string {
728
728
"name" : "bobby-workspace" ,
729
729
"reason" : "breached the template's threshold for inactivity" ,
@@ -737,7 +737,7 @@ func TestNotificationTemplatesCanRender(t *testing.T) {
737
737
name : "TemplateWorkspaceAutoUpdated" ,
738
738
id : notifications .TemplateWorkspaceAutoUpdated ,
739
739
payload : types.MessagePayload {
740
- UserName : "bobby " ,
740
+ UserName : "Bobby " ,
741
741
Labels : map [string ]string {
742
742
"name" : "bobby-workspace" ,
743
743
"template_version_name" : "1.0" ,
@@ -749,7 +749,7 @@ func TestNotificationTemplatesCanRender(t *testing.T) {
749
749
name : "TemplateWorkspaceMarkedForDeletion" ,
750
750
id : notifications .TemplateWorkspaceMarkedForDeletion ,
751
751
payload : types.MessagePayload {
752
- UserName : "bobby " ,
752
+ UserName : "Bobby " ,
753
753
Labels : map [string ]string {
754
754
"name" : "bobby-workspace" ,
755
755
"reason" : "template updated to new dormancy policy" ,
@@ -762,7 +762,7 @@ func TestNotificationTemplatesCanRender(t *testing.T) {
762
762
name : "TemplateUserAccountCreated" ,
763
763
id : notifications .TemplateUserAccountCreated ,
764
764
payload : types.MessagePayload {
765
- UserName : "bobby " ,
765
+ UserName : "Bobby " ,
766
766
Labels : map [string ]string {
767
767
"created_account_name" : "bobby" ,
768
768
},
@@ -772,7 +772,7 @@ func TestNotificationTemplatesCanRender(t *testing.T) {
772
772
name : "TemplateUserAccountDeleted" ,
773
773
id : notifications .TemplateUserAccountDeleted ,
774
774
payload : types.MessagePayload {
775
- UserName : "bobby " ,
775
+ UserName : "Bobby " ,
776
776
Labels : map [string ]string {
777
777
"deleted_account_name" : "bobby" ,
778
778
},
@@ -782,7 +782,7 @@ func TestNotificationTemplatesCanRender(t *testing.T) {
782
782
name : "TemplateUserAccountSuspended" ,
783
783
id : notifications .TemplateUserAccountSuspended ,
784
784
payload : types.MessagePayload {
785
- UserName : "bobby " ,
785
+ UserName : "Bobby " ,
786
786
Labels : map [string ]string {
787
787
"suspended_account_name" : "bobby" ,
788
788
},
@@ -792,7 +792,7 @@ func TestNotificationTemplatesCanRender(t *testing.T) {
792
792
name : "TemplateUserAccountActivated" ,
793
793
id : notifications .TemplateUserAccountActivated ,
794
794
payload : types.MessagePayload {
795
- UserName : "bobby " ,
795
+ UserName : "Bobby " ,
796
796
Labels : map [string ]string {
797
797
"activated_account_name" : "bobby" ,
798
798
},
@@ -802,7 +802,7 @@ func TestNotificationTemplatesCanRender(t *testing.T) {
802
802
name : "TemplateYourAccountSuspended" ,
803
803
id : notifications .TemplateYourAccountSuspended ,
804
804
payload : types.MessagePayload {
805
- UserName : "bobby " ,
805
+ UserName : "Bobby " ,
806
806
Labels : map [string ]string {
807
807
"suspended_account_name" : "bobby" ,
808
808
},
@@ -812,7 +812,7 @@ func TestNotificationTemplatesCanRender(t *testing.T) {
812
812
name : "TemplateYourAccountActivated" ,
813
813
id : notifications .TemplateYourAccountActivated ,
814
814
payload : types.MessagePayload {
815
- UserName : "bobby " ,
815
+ UserName : "Bobby " ,
816
816
Labels : map [string ]string {
817
817
"activated_account_name" : "bobby" ,
818
818
},
@@ -822,7 +822,7 @@ func TestNotificationTemplatesCanRender(t *testing.T) {
822
822
name : "TemplateTemplateDeleted" ,
823
823
id : notifications .TemplateTemplateDeleted ,
824
824
payload : types.MessagePayload {
825
- UserName : "bobby " ,
825
+ UserName : "Bobby " ,
826
826
Labels : map [string ]string {
827
827
"name" : "bobby-template" ,
828
828
"initiator" : "rob" ,
@@ -833,7 +833,7 @@ func TestNotificationTemplatesCanRender(t *testing.T) {
833
833
name : "TemplateWorkspaceManualBuildFailed" ,
834
834
id : notifications .TemplateWorkspaceManualBuildFailed ,
835
835
payload : types.MessagePayload {
836
- UserName : "bobby " ,
836
+ UserName : "Bobby " ,
837
837
Labels : map [string ]string {
838
838
"name" : "bobby-workspace" ,
839
839
"template_name" : "bobby-template" ,
@@ -848,7 +848,7 @@ func TestNotificationTemplatesCanRender(t *testing.T) {
848
848
name : "TemplateWorkspaceBuildSummary" ,
849
849
id : notifications .TemplateWorkspaceBuildSummary ,
850
850
payload : types.MessagePayload {
851
- UserName : "bobby " ,
851
+ UserName : "Bobby " ,
852
852
Labels : map [string ]string {
853
853
"template_name" : "bobby-first-template" ,
854
854
"template_display_name" : "Bobby First Template" ,
0 commit comments