Skip to content

Commit ab0baf2

Browse files
committed
Update tests after moving services
1 parent 8aa9b7f commit ab0baf2

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

spec/client_spec.rb

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -25,10 +25,10 @@
2525
end
2626

2727
it 'fails payments call without WS user and password' do
28-
expect { @shared_values[:client].payment.authorise('{}') }
28+
expect { @shared_values[:client].payment.payments_api.authorise('{}') }
2929
.to raise_error(Adyen::AuthenticationError)
3030
@shared_values[:client].ws_user = @shared_values[:ws_user]
31-
expect { @shared_values[:client].payment.authorise('{}') }
31+
expect { @shared_values[:client].payment.payments_api.authorise('{}') }
3232
.to raise_error(Adyen::AuthenticationError)
3333
end
3434

0 commit comments

Comments
 (0)