Skip to content

Commit

Permalink
unittest verbiage for Globus password reset aces#1391
Browse files Browse the repository at this point in the history
  • Loading branch information
MontrealSergiy committed May 14, 2024
1 parent 47ec6a8 commit 87a63ad
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion BrainPortal/spec/controllers/users_controller_spec.rb
Original file line number Diff line number Diff line change
Expand Up @@ -228,7 +228,7 @@
expect(assigns[:user].password).not_to eq(user.password)
end

context "when the account must use Globus identification only only" do
context "when the account must use Globus identification only" do

it "should display a message" do
allow(mock_user).to receive(:account_locked?).and_return(true)
Expand Down

0 comments on commit 87a63ad

Please sign in to comment.