spec/cfoundry/uaaclient_spec.rb in cfoundry-0.6.0.rc4 vs spec/cfoundry/uaaclient_spec.rb in cfoundry-0.6.0.rc5

- 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/vmc' } + let(:redirect_uri) { 'https://uaa.cloudfoundry.com/redirect/cf' } let(:auth) { Object.new } let(:issuer) { Object.new } subject { uaa.authorize(username, password) }