Skip to content

Commit

Permalink
Update progen client (#967)
Browse files Browse the repository at this point in the history
  • Loading branch information
ahl authored Jan 6, 2025
1 parent fab2ac6 commit d2ba1f1
Show file tree
Hide file tree
Showing 3 changed files with 5 additions and 3 deletions.
4 changes: 2 additions & 2 deletions Cargo.lock

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

2 changes: 1 addition & 1 deletion Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -41,7 +41,7 @@ oxnet = { git = "https://github.com/oxidecomputer/oxnet" }
predicates = "3.1.3"
pretty_assertions = "1.4.1"
progenitor = { git = "https://github.com/oxidecomputer/progenitor", default-features = false }
progenitor-client = "0.9.0"
progenitor-client = "0.9.1"
rand = "0.8.5"
ratatui = "0.26.3"
rcgen = "0.10.0"
Expand Down
2 changes: 2 additions & 0 deletions cli/tests/test_projects.rs
Original file line number Diff line number Diff line change
Expand Up @@ -33,6 +33,8 @@ fn test_project_simple_list() {
.env("OXIDE_TOKEN", "fake-token")
.arg("project")
.arg("list")
.arg("--sort-by")
.arg("name_ascending")
.assert()
.success()
.stdout(expectorate::eq_file_or_panic(
Expand Down

0 comments on commit d2ba1f1

Please sign in to comment.