Skip to content

Commit

Permalink
update unit tests
Browse files Browse the repository at this point in the history
  • Loading branch information
Lightning- committed Jul 31, 2024
1 parent 0cd2cb1 commit 4639cf5
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 3 deletions.
2 changes: 1 addition & 1 deletion spec/acceptance/onetimesecret_spec.rb
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@

describe 'onetimesecret' do
let(:onetimesecret_password) { 'SomeHardToGuessRandomCharacters' }
let(:onetimesecret_version) { 'v0.13.0-RC7' }
let(:onetimesecret_version) { 'v0.16.0' }
let(:redis_password) { 'AnotherGoodPassword' }

context 'with default parameters' do
Expand Down
2 changes: 1 addition & 1 deletion spec/classes/onetimesecret_spec.rb
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
require 'spec_helper'

ONETIMESECRET_PASSWORD = 'SomeHardToGuessRandomCharacters'.freeze
ONETIMESECRET_VERSION = '0.13.0-RC7'.freeze
ONETIMESECRET_VERSION = '0.16.0'.freeze
ONETIMESECRET_VERSION_TAG = "v#{ONETIMESECRET_VERSION}".freeze
ONETIMESECRET_VERSION_HASH = 'a46fdeb2274bb528516505cec8ffb3568dd47c1c'.freeze
REDIS_PASSWORD = 'AnotherGoodPassword'.freeze
Expand Down
2 changes: 1 addition & 1 deletion spec/spec_helper_acceptance_local.rb
Original file line number Diff line number Diff line change
Expand Up @@ -13,7 +13,7 @@ class LitmusHelper
if os[:family].match?(%r{redhat}i)
LitmusHelper.instance.run_shell('dnf -y install dnf-plugins-core')
LitmusHelper.instance.run_shell('dnf config-manager --set-enabled powertools')
LitmusHelper.instance.run_shell('dnf -y module switch-to ruby:3.0')
LitmusHelper.instance.run_shell('dnf -y module switch-to ruby:3.1')
end
end
end

0 comments on commit 4639cf5

Please sign in to comment.