Skip to content

Commit

Permalink
Changed integration test email, bumped version
Browse files Browse the repository at this point in the history
  • Loading branch information
corbadoman committed Jan 18, 2024
1 parent 93655ad commit f6ea4e1
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion sdk.go
Original file line number Diff line number Diff line change
Expand Up @@ -21,7 +21,7 @@ import (
"github.com/corbado/corbado-go/pkg/servererror"
)

const Version = "1.0.0"
const Version = "1.0.1"

type SDK interface {
AuthTokens() authtoken.AuthToken
Expand Down
2 changes: 1 addition & 1 deletion tests/integration/utils.go
Original file line number Diff line number Diff line change
Expand Up @@ -44,7 +44,7 @@ func CreateRandomTestEmail(t *testing.T) string {
value, err := generateString(10)
require.NoError(t, err)

return "integration-test-" + value + "@corbado.com"
return "integration-test+" + value + "@corbado.com"
}

func CreateRandomTestPhoneNumber(t *testing.T) string {
Expand Down

0 comments on commit f6ea4e1

Please sign in to comment.