Skip to content

Commit

Permalink
fix: Updated get_relations test
Browse files Browse the repository at this point in the history
  • Loading branch information
lfbrehm committed Feb 10, 2025
1 parent 75331fd commit 911888a
Showing 1 changed file with 1 addition and 2 deletions.
3 changes: 1 addition & 2 deletions aruna-server/tests/read_tests.rs
Original file line number Diff line number Diff line change
Expand Up @@ -15,7 +15,6 @@ mod read_tests {
BatchResource, CreateGroupRequest as ModelsCreateGroupRequest, CreateGroupResponse as ModelsCreateGroupResponse, CreateLicenseRequest, CreateLicenseResponse, CreateProjectRequest as ModelsCreateProject, CreateProjectResponse, CreateResourceBatchRequest, CreateResourceBatchResponse, GetEventsResponse, GetGroupsFromUserResponse, GetRealmsFromUserResponse, GetRelationsRequest, GetRelationsResponse, GetResourcesResponse, GroupAccessRealmResponse, SearchResponse, UserAccessGroupResponse
},
};
use serde_json::json;
use ulid::Ulid;
pub const OFFSET: u16 = 100;

Expand Down Expand Up @@ -628,7 +627,7 @@ mod read_tests {
node: Ulid::from_string(&parent_id).unwrap(),
direction: aruna_server::models::requests::Direction::Outgoing,
filter: vec![0],
offset: None,
last_entry: None,
page_size: 1000,
};

Expand Down

0 comments on commit 911888a

Please sign in to comment.