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 8fab9de commit 39664baCopy full SHA for 39664ba
spec/smoke/statistics_api_spec.rb
@@ -45,7 +45,7 @@
45
config = Bandwidth::Configuration.new
46
config.configure do |config|
47
config.username = FORBIDDEN_USERNAME
48
- config.password = FORBIDDEN_USERNAME
+ config.password = FORBIDDEN_PASSWORD
49
end
50
client = Bandwidth::ApiClient.new(config)
51
forbidden_instance = Bandwidth::StatisticsApi.new(client)
0 commit comments