We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 6c76d06 commit 77cb55cCopy full SHA for 77cb55c
spec/acceptance/rest/client_spec.rb
@@ -33,9 +33,9 @@ def encode64(text)
33
it 'logs an entry with a help href url matching the code #TI5' do
34
begin
35
client.channels.get('foo').publish('test')
36
- raise 'Expected Ably::Exceptions::ResourceMissing'
37
- rescue Ably::Exceptions::ResourceMissing => err
38
- expect err.to_s.match(%r{https://help.ably.io/error/40400})
+ raise 'Expected Ably::Exceptions::UnauthorizedRequest'
+ rescue Ably::Exceptions::UnauthorizedRequest => err
+ expect err.to_s.match(%r{https://help.ably.io/error/40101})
39
end
40
41
0 commit comments