Skip to content

Commit

Permalink
cli: show connections: make output test more generic
Browse files Browse the repository at this point in the history
  • Loading branch information
radhermit committed Sep 18, 2024
1 parent 380bd31 commit dc209e5
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion crates/cli/tests/bite/show.rs
Original file line number Diff line number Diff line change
Expand Up @@ -18,7 +18,7 @@ fn services() {
fn connections() {
cmd("bite show connections")
.assert()
.stdout(predicate::str::contains("gentoo"))
.stdout(predicate::str::is_empty().not())
.stderr("")
.success();
}
Expand Down

0 comments on commit dc209e5

Please sign in to comment.