v0.0.331
Some checks failed
Build Docker and Deploy / Run goext test-suite (push) Has been cancelled

This commit is contained in:
Mike Schwörer 2023-12-04 13:53:49 +01:00
parent 3c20a277c5
commit ac21a673cf
Signed by: Mikescher
GPG Key ID: D3C7172E0A70F8CF
2 changed files with 22 additions and 10 deletions

View File

@ -1,5 +1,5 @@
package goext
const GoextVersion = "0.0.330"
const GoextVersion = "0.0.331"
const GoextVersionTimestamp = "2023-12-03T13:48:00+0100"
const GoextVersionTimestamp = "2023-12-04T13:53:49+0100"

View File

@ -18,10 +18,13 @@ func TestMain(m *testing.M) {
}
func TestSendMail1(t *testing.T) {
t.Skip()
return
auth := NewGoogleOAuth(
"554617284247-8di0j6s5dcmlk4lmk4hdf9kdn8scss54.apps.googleusercontent.com",
"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",
"1//09rEjBe2Ua7SuCgYIARAAGAkSNwF-L9IrIRPdlM4Zb8w8gN4ccZX4srDZmiWtxxDH1kC5c_ApdaM3jK0fJ4eZFRhRt2vvHqiNs4g")
"TODO",
"TODO")
ctx := context.Background()
@ -45,10 +48,13 @@ func TestSendMail1(t *testing.T) {
}
func TestSendMail2(t *testing.T) {
t.Skip()
return
auth := NewGoogleOAuth(
"554617284247-8di0j6s5dcmlk4lmk4hdf9kdn8scss54.apps.googleusercontent.com",
"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",
"1//09rEjBe2Ua7SuCgYIARAAGAkSNwF-L9IrIRPdlM4Zb8w8gN4ccZX4srDZmiWtxxDH1kC5c_ApdaM3jK0fJ4eZFRhRt2vvHqiNs4g")
"TODO",
"TODO")
ctx := context.Background()
@ -75,10 +81,13 @@ func TestSendMail2(t *testing.T) {
}
func TestSendMail3(t *testing.T) {
t.Skip()
return
auth := NewGoogleOAuth(
"554617284247-8di0j6s5dcmlk4lmk4hdf9kdn8scss54.apps.googleusercontent.com",
"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",
"1//09rEjBe2Ua7SuCgYIARAAGAkSNwF-L9IrIRPdlM4Zb8w8gN4ccZX4srDZmiWtxxDH1kC5c_ApdaM3jK0fJ4eZFRhRt2vvHqiNs4g")
"TODO",
"TODO")
ctx := context.Background()
@ -106,10 +115,13 @@ func TestSendMail3(t *testing.T) {
}
func TestSendMail4(t *testing.T) {
t.Skip()
return
auth := NewGoogleOAuth(
"554617284247-8di0j6s5dcmlk4lmk4hdf9kdn8scss54.apps.googleusercontent.com",
"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",
"1//09rEjBe2Ua7SuCgYIARAAGAkSNwF-L9IrIRPdlM4Zb8w8gN4ccZX4srDZmiWtxxDH1kC5c_ApdaM3jK0fJ4eZFRhRt2vvHqiNs4g")
"TODO",
"TODO")
ctx := context.Background()