Skip to content

Commit

Permalink
spi-object: fix test.
Browse files Browse the repository at this point in the history
  • Loading branch information
ljl committed May 31, 2024
1 parent 867ef00 commit 6f453dd
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions backend/spi/spi-object/tests/test_object_obj.rs
Original file line number Diff line number Diff line change
Expand Up @@ -5,10 +5,10 @@ use tardis::basic::result::TardisResult;
pub async fn test(client: &mut TestHttpClient) -> TardisResult<()> {
client.set_auth(&TardisContext {
own_paths: "t1/app001".to_string(),
ak: "".to_string(),
ak: "app001".to_string(),
roles: vec![],
groups: vec![],
owner: "app001".to_string(),
owner: "".to_string(),
..Default::default()
})?;

Expand Down

0 comments on commit 6f453dd

Please sign in to comment.