Skip to content

Commit 71192d8

Browse files
author
gdgate
authored
Merge pull request #1700 from hung-nguyen-hoang/TMA-1685-master
CONFIG: TMA-1685 Fixing failed SSO connection test Reviewed-by: <phong.nguyen-duy@gooddata.com> https://github.com/phong-nguyen-duy
2 parents 6abfdf3 + edbb895 commit 71192d8

2 files changed

Lines changed: 133 additions & 70 deletions

File tree

spec/integration/connection_spec.rb

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -30,8 +30,8 @@
3030
server: GoodData::Environment::ConnectionHelper::DEFAULT_SERVER,
3131
verify_ssl: false
3232
)
33-
user = rest_client.domain(GoodData::Environment::ConnectionHelper::DEFAULT_DOMAIN).users(login, client: rest_client)
34-
expect(user).to be_truthy
33+
res = rest_client.get(GoodData::Environment::ConnectionHelper::DEFAULT_USER_URL)
34+
expect(res).to be_truthy
3535
end
3636

3737
after do

0 commit comments

Comments
 (0)