Skip to content

Commit

Permalink
Fix integration bug
Browse files Browse the repository at this point in the history
  • Loading branch information
MasterPtato committed Nov 17, 2023
1 parent b7c38be commit 63fd99a
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion svc/pkg/user-identity/ops/create/tests/integration.rs
Original file line number Diff line number Diff line change
Expand Up @@ -58,7 +58,7 @@ async fn access_token(ctx: TestCtx) {
let (sql_exists,) = sqlx::query_as::<_, (bool,)>(
"SELECT EXISTS (SELECT 1 FROM db_user_identity.access_tokens WHERE name = $1)",
)
.bind(&email)
.bind(&name)
.fetch_one(&ctx.crdb().await.unwrap())
.await
.unwrap();
Expand Down

0 comments on commit 63fd99a

Please sign in to comment.