spec/cfoundry/uaaclient_spec.rb in cfoundry-2.4.0 vs spec/cfoundry/uaaclient_spec.rb in cfoundry-2.4.1.rc1

- old
+ new

@@ -66,10 +66,10 @@ describe '#authorize' do let(:username) { "foo@bar.com" } let(:password) { "test" } let(:creds) { {:username => username, :password => password} } let(:state) { 'somestate' } - let(:redirect_uri) { 'https://uaa.cloudfoundry.com/redirect/cf' } + let(:redirect_uri) { 'https://uaa.example.com/redirect/cf' } let(:auth) { Object.new } let(:issuer) { Object.new } subject { uaa.authorize(creds) }