Skip to content

Conversation

@bxf12315
Copy link
Contributor

No description provided.

@bxf12315 bxf12315 requested a review from ctron October 28, 2025 07:03
@bxf12315 bxf12315 closed this Oct 28, 2025
@bxf12315 bxf12315 reopened this Oct 29, 2025
src/restapi.rs Outdated
pub async fn list_advisory_labels(user: &mut GooseUser) -> TransactionResult {
let mut uri = format!("/api/v2/advisory-labels?filter_text={}", encode("type"));

uri.push_str(&format!("&limit={}", 1000));
Copy link
Contributor

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

why not have this in the same format statement as above?

Copy link
Contributor

@ctron ctron left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Looks good.

Please be sure to also update the scenario file in https://github.com/guacsec/trustify-scale-test-runs/tree/main/scenarios

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

2 participants