Skip to content

Commit

Permalink
update unit tests
Browse files Browse the repository at this point in the history
  • Loading branch information
Lightning- committed May 15, 2024
1 parent f5007ec commit 3dcccc0
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 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.12.1' }
let(:onetimesecret_version) { 'v0.13.0-RC7' }
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 = 'v0.12.1'.freeze
ONETIMESECRET_VERSION = 'v0.13.0-RC7'.freeze
REDIS_PASSWORD = 'AnotherGoodPassword'.freeze

describe 'onetimesecret' do
Expand Down

0 comments on commit 3dcccc0

Please sign in to comment.