Skip to content

Commit

Permalink
Fixup Env
Browse files Browse the repository at this point in the history
  • Loading branch information
Eric Biggs committed Sep 10, 2024
1 parent b27fb01 commit 57c107c
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion tests/client_tests.rs
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@ use supabase_auth::client::AuthClient;
#[tokio::test]
async fn create_client_test_valid() {
let test_project_url = env::var("SUPABASE_URL").unwrap();
let test_api_key = env::var("SUPABASE_API").unwrap();
let test_api_key = env::var("SUPABASE_API_KEY").unwrap();
let test_jwt_secret = env::var("SUPABASE_JWT_SECRET").unwrap();

let auth_client = AuthClient::new(
Expand Down

0 comments on commit 57c107c

Please sign in to comment.