teller accepts multi token in tokens.txt
Some checks failed
cicd / ci (push) Failing after 17s

This commit is contained in:
Bel LaPointe
2025-05-23 23:00:09 -06:00
parent 5e61378d63
commit 929d15c5b7
5 changed files with 19 additions and 19 deletions

View File

@@ -10,7 +10,7 @@ import (
)
func Test(t *testing.T) {
teller.Token = "test_token_bfu2cyvq3il6o"
teller.Tokens = "test_token_bfu2cyvq3il6o"
c, err := teller.New()
if err != nil {