This repository was archived by the owner on Mar 28, 2023. It is now read-only.
File tree Expand file tree Collapse file tree 3 files changed +5
-0
lines changed Expand file tree Collapse file tree 3 files changed +5
-0
lines changed Original file line number Diff line number Diff line change @@ -55,6 +55,7 @@ const settingsJSON = `{
55
55
"mispaymentBuffer": 1,
56
56
"smtpSettings": {
57
57
"notifications": true,
58
+ "openBazaarName": "",
58
59
"serverAddress": "smtp.urbanart.com:465",
59
60
"username": "urbanart",
60
61
"password": "letmein",
@@ -94,6 +95,7 @@ const settingsUpdateJSON = `{
94
95
"mispaymentBuffer": 1,
95
96
"smtpSettings": {
96
97
"notifications": true,
98
+ "openBazaarName": "",
97
99
"serverAddress": "smtp.urbanart.com:465",
98
100
"username": "urbanart",
99
101
"password": "letmein",
@@ -142,6 +144,7 @@ const settingsPatchedJSON = `{
142
144
"mispaymentBuffer": 1,
143
145
"smtpSettings": {
144
146
"notifications": true,
147
+ "openBazaarName": "",
145
148
"serverAddress": "smtp.urbanart.com:465",
146
149
"username": "urbanart",
147
150
"password": "letmein",
Original file line number Diff line number Diff line change @@ -101,6 +101,7 @@ func TestSettingsSetModerator(t *testing.T) {
101
101
"showNsfw": true,
102
102
"smtpSettings": {
103
103
"notifications": false,
104
+ "openBazaarName": "",
104
105
"password": "",
105
106
"recipientEmail": "",
106
107
"senderEmail": "",
Original file line number Diff line number Diff line change @@ -22,6 +22,7 @@ func MustNewValidSettings() repo.SettingsData {
22
22
"mispaymentBuffer": 1,
23
23
"smtpSettings" : {
24
24
"notifications": false,
25
+ "openBazaarName": "",
25
26
"password": "",
26
27
"recipientEmail": "",
27
28
"senderEmail": "",
You can’t perform that action at this time.
0 commit comments