v0.0.612 fix sender-name in scn package
Some checks failed
Build Docker and Deploy / Run goext test-suite (push) Failing after 1m33s

This commit is contained in:
2025-11-02 23:14:31 +01:00
parent 995a82d90a
commit b439b95f83
5 changed files with 30 additions and 13 deletions

View File

@@ -11,7 +11,7 @@ func TestSendSCN(t *testing.T) {
return
mr, err := New("TODO", "TODO").
Message("Hello Test").
Title("Hello Test").
Content("This is a test / goext").
Send(context.Background())