Skip to content

Commit

Permalink
Minor formatting improvements.
Browse files Browse the repository at this point in the history
  • Loading branch information
partim committed Jul 29, 2024
1 parent 97c0f26 commit f1fbb44
Show file tree
Hide file tree
Showing 2 changed files with 5 additions and 1 deletion.
4 changes: 4 additions & 0 deletions src/cli/client.rs
Original file line number Diff line number Diff line change
Expand Up @@ -663,7 +663,11 @@ impl KrillClient {
) -> Result<api::Success, Error> {
self.delete(once("api/v1/pubd/init")).await
}
}


/// # Testbed commands
impl KrillClient {
pub async fn testbed_enabled(&self) -> Result<Success, Error> {
httpclient::get_ok(
&self.create_uri(once("testbed/enabled")), None
Expand Down
2 changes: 1 addition & 1 deletion tests/client_coverage.rs
Original file line number Diff line number Diff line change
Expand Up @@ -155,6 +155,6 @@ async fn client_coverage() {
server.client().pubserver_clear().await.unwrap();

// testbed commands tested in testbed
// ta_proxy commands tests in ta
// ta_proxy commands tests in functional_ta
}

0 comments on commit f1fbb44

Please sign in to comment.