Skip to content

Commit

Permalink
fix api_test
Browse files Browse the repository at this point in the history
  • Loading branch information
Allan-Nava authored Nov 17, 2023
1 parent cf58067 commit 9fa2caf
Showing 1 changed file with 6 additions and 0 deletions.
6 changes: 6 additions & 0 deletions keycloak/api_test.go
Original file line number Diff line number Diff line change
@@ -1,6 +1,12 @@
package keycloak_test

import (
"context"
"os"
"testing"

"github.com/HiWay-Media/hwm-go-utils/keycloak"
)
func TestAPI(t *testing.T) {
realm := os.Getenv("KEYCLOAK_REALM")
server := os.Getenv("KEYCLOAK_SERVER")
Expand Down

0 comments on commit 9fa2caf

Please sign in to comment.