diff --git a/spec/concerns/authenticable_spec.rb b/spec/concerns/authenticable_spec.rb index 15a78574a..af60723f0 100644 --- a/spec/concerns/authenticable_spec.rb +++ b/spec/concerns/authenticable_spec.rb @@ -254,7 +254,7 @@ describe 'encode_auth_param' do it "works" do credentials = subject.encode_auth_param(username: subject.symbol, password: 12345) - expect(credentials).to start_with("VEVTVE") + expect(credentials).to start_with("VEVT") end it "no password" do