Skip to content

Commit cc53bb8

Browse files
committed
test(discovery integration): Add integration test for list_credentials
1 parent e692874 commit cc53bb8

File tree

1 file changed

+7
-0
lines changed

1 file changed

+7
-0
lines changed

test/integration/test_discovery_v1.rb

Lines changed: 7 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -200,5 +200,12 @@ def test_queries
200200
).result
201201
refute(query_results.nil?)
202202
end
203+
204+
def test_list_credentials
205+
credentials = @service.list_credentials(
206+
environment_id: @environment_id
207+
).result
208+
refute(credentials.nil?)
209+
end
203210
end
204211
end

0 commit comments

Comments
 (0)