Skip to content

Commit

Permalink
fix stateful test
Browse files Browse the repository at this point in the history
  • Loading branch information
flaneur2020 committed Jan 7, 2022
1 parent 1249430 commit 7ad46d1
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion query/src/servers/http/v1/load.rs
Original file line number Diff line number Diff line change
Expand Up @@ -66,7 +66,7 @@ pub async fn streaming_load(
.await
.map_err(InternalServerError)?;
let user_info = user_manager
.get_user(&ctx.get_tenant(), user_name, "%")
.get_user(&ctx.get_tenant(), user_name, "127.0.0.1")
.await
.map_err(InternalServerError)?;
session.set_current_user(user_info);
Expand Down

0 comments on commit 7ad46d1

Please # to comment.