Skip to content

Commit

Permalink
fix get_proposal_by_id test
Browse files Browse the repository at this point in the history
  • Loading branch information
Mr-Leshiy committed May 26, 2023
1 parent 07e268d commit 052dbde
Showing 1 changed file with 1 addition and 1 deletion.
Expand Up @@ -62,7 +62,7 @@ pub fn get_proposal_by_id() -> Result<(), Box<dyn std::error::Error>> {

// non existing
assert!(matches!(
rest_client.proposal("2", &expected_proposal.group_id),
rest_client.proposal("b", &expected_proposal.group_id),
Err(rest::Error::ErrorStatusCode(StatusCode::NOT_FOUND))
));
// malformed index
Expand Down

0 comments on commit 052dbde

Please sign in to comment.