Skip to content

Commit

Permalink
Removed integration test that required manual intervention, will be r…
Browse files Browse the repository at this point in the history
…eplaced with an automated one
  • Loading branch information
alex-ntousias committed May 14, 2021
1 parent 3b17ddb commit 15099cd
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 93 deletions.
6 changes: 2 additions & 4 deletions tests/integration/clerk_test.go
Original file line number Diff line number Diff line change
Expand Up @@ -10,10 +10,8 @@ import (
type key string

const (
APIUrl = "CLERK_API_URL"
APIKey = "CLERK_API_KEY"
SessionToken = "CLERK_SESSION_TOKEN"
SessionID = "CLERK_SESSION_ID"
APIUrl = "CLERK_API_URL"
APIKey = "CLERK_API_KEY"
)

func createClient() clerk.Client {
Expand Down
89 changes: 0 additions & 89 deletions tests/integration/verification_test.go

This file was deleted.

0 comments on commit 15099cd

Please sign in to comment.