Skip to content

Commit 3b6faf2

Browse files
committed
fixing auth
1 parent 5d89798 commit 3b6faf2

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

auth/auth_test.go

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -23,7 +23,7 @@ func TestMain(m *testing.M) {
2323

2424
func TestToken(t *testing.T) {
2525
if testUser == "" || testPass == "" {
26-
t.Fatal("Failed because user and pass were not provided")
26+
t.Skip("Skipped because user and pass were not provided")
2727
}
2828
auth := auth.New()
2929
token, err := auth.Token(testUser, testPass)

0 commit comments

Comments
 (0)