Skip to content

Commit cd7a9f7

Browse files
committed
test(config): fix config tests
1 parent a074f61 commit cd7a9f7

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

shared/config/config_test.go

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -35,7 +35,7 @@ func ExampleGetConfig() {
3535
// fmt.Println(config.GetConfig().Services["account"].Deadline)
3636

3737
// Output:
38-
// username:"yourGmailUsername" password:"yourGmailAppPassword" email_server:"smtp.gmail.com" port:587 from:"xmlking[email protected]"
38+
// username:"yourGmailUsername" password:"yourGmailAppPassword" email_server:"smtp.gmail.com" port:587 from:"from[email protected]"
3939
}
4040

4141
func ExampleGetConfig_check_defaults() {
@@ -44,7 +44,7 @@ func ExampleGetConfig_check_defaults() {
4444
fmt.Println(config.GetConfig().Services.Account.Deadline)
4545

4646
// Output:
47-
// mkit.service.account:8080
47+
// dns:///account.test:8080
4848
// v0.1.0
4949
// 8888
5050
}

0 commit comments

Comments
 (0)