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 bf4cca1 commit 8fab9deCopy full SHA for 8fab9de
spec/smoke/statistics_api_spec.rb
@@ -44,8 +44,8 @@
44
it 'causes a 403 error' do
45
config = Bandwidth::Configuration.new
46
config.configure do |config|
47
- config.username = UNAUTHORIZED_USERNAME
48
- config.password = UNAUTHORIZED_PASSWORD
+ config.username = FORBIDDEN_USERNAME
+ config.password = FORBIDDEN_USERNAME
49
end
50
client = Bandwidth::ApiClient.new(config)
51
forbidden_instance = Bandwidth::StatisticsApi.new(client)
0 commit comments