Skip to content

Commit

Permalink
Fix test.
Browse files Browse the repository at this point in the history
Postgresql charm in the default channel supports 22.04 only. Specify the
lastest/stable channel to find other versions of ubuntu.
  • Loading branch information
hmlanigan committed Dec 5, 2023
1 parent f424128 commit e97c75d
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions internal/provider/resource_offer_test.go
Original file line number Diff line number Diff line change
Expand Up @@ -149,6 +149,7 @@ resource "juju_application" "this" {
charm {
name = "postgresql"
channel = "latest/stable"
%s
}
}
Expand Down

0 comments on commit e97c75d

Please sign in to comment.