Skip to content

Commit

Permalink
Rspec - fix tests.
Browse files Browse the repository at this point in the history
  • Loading branch information
svogt0511 committed Feb 23, 2022
1 parent f034544 commit 38ab5b0
Showing 1 changed file with 0 additions and 2 deletions.
2 changes: 0 additions & 2 deletions spec/concerns/authenticable_spec.rb
Original file line number Diff line number Diff line change
Expand Up @@ -394,7 +394,6 @@
"uid" => subject.symbol.downcase,
"name" => subject.name,
"email" => subject.system_email,
"password" => "12345",
"role_id" => "client_admin",
"provider_id" => subject.provider_id,
"client_id" => subject.symbol.downcase,
Expand All @@ -412,7 +411,6 @@
"uid" => subject.symbol.downcase,
"name" => subject.name,
"email" => subject.system_email,
"password" => 12_345,
"role_id" => "client_admin",
"provider_id" => subject.provider_id,
"client_id" => subject.symbol.downcase,
Expand Down

0 comments on commit 38ab5b0

Please sign in to comment.