We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
2 parents 64c217c + f0d33cb commit 1ab6971Copy full SHA for 1ab6971
features/search/auth.feature
@@ -22,6 +22,11 @@ Feature: Test the Search API v3 authentication
22
When I send a GET request to "/events"
23
Then the response status should be "401"
24
25
+ Scenario: Search with an API key that will be matched to a client id
26
+ Given I am using an UiTID v1 API key of consumer "apiKeyMatchedToClientId"
27
+ When I send a GET request to "/events"
28
+ Then the response status should be "200"
29
+
30
Scenario: Search with a client id that has access to Search API v3
31
Given I am using a x-client-id header for client "test_client_sapi3_only"
32
And I am using the Search API v3 base URL
0 commit comments