Skip to content

Commit

Permalink
Fix specs
Browse files Browse the repository at this point in the history
  • Loading branch information
web-kat committed Jul 1, 2024
1 parent 4246e35 commit e969fda
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion spec/omniauth/strategies/nitro_id_spec.rb
Original file line number Diff line number Diff line change
Expand Up @@ -31,7 +31,7 @@
end

it "should have correct issuer" do
expect(subject.options.issuer).to eq "https://id.powerhrg.com/"
expect(subject.options.issuer).to eq "https://id.powerhrg.com"
end

it "should have the correct discovery setting" do
Expand Down
2 changes: 1 addition & 1 deletion spec/omniauth/strategies/tempo_id_spec.rb
Original file line number Diff line number Diff line change
Expand Up @@ -31,7 +31,7 @@
end

it "should have correct issuer" do
expect(subject.options.issuer).to eq "https://id.streamfinancial.io/"
expect(subject.options.issuer).to eq "https://id.streamfinancial.io"
end

it "should have the correct discovery setting" do
Expand Down

0 comments on commit e969fda

Please sign in to comment.