Skip to content

Commit

Permalink
[#185500801] Updated more acceptance specs
Browse files Browse the repository at this point in the history
  • Loading branch information
malcgds committed Jul 6, 2023
1 parent e0062f8 commit fe3f8fb
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion certstrap/certstrap_spec.rb
Original file line number Diff line number Diff line change
Expand Up @@ -12,7 +12,7 @@
}

it "installs the right version of Ubuntu Linux" do
expect(os_version).to include("Ubuntu 20.04")
expect(os_version).to include("Ubuntu 18.04.06")
expect(os_version).to include("LTS")
end

Expand Down
2 changes: 1 addition & 1 deletion psql/psql_spec.rb
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@
require 'docker'
require 'serverspec'

PSQL_PACKAGE = 'postgresql-client'
PSQL_PACKAGE = 'postgresql14-client'
ALPINE_VERSION = "3.16"

describe "psql image" do
Expand Down

0 comments on commit fe3f8fb

Please sign in to comment.