Skip to content

Commit 8cb032d

Browse files
author
ci.datadog-api-spec
committed
Regenerate client from commit 6ba0625 of spec repo
1 parent 7b859dc commit 8cb032d

1 file changed

Lines changed: 6 additions & 6 deletions

File tree

tests/v2/features/audit.feature

Lines changed: 6 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -7,41 +7,41 @@ Feature: Audit
77
And a valid "appKeyAuth" key in the system
88
And an instance of "Audit" API
99

10-
@generated @skip @team:DataDog/logs-app
10+
@generated @skip @team:DataDog/audit-trail
1111
Scenario: Get a list of Audit Logs events returns "Bad Request" response
1212
Given new "ListAuditLogs" request
1313
When the request is sent
1414
Then the response status is 400 Bad Request
1515

16-
@team:DataDog/logs-app
16+
@team:DataDog/audit-trail
1717
Scenario: Get a list of Audit Logs events returns "OK" response
1818
Given new "ListAuditLogs" request
1919
When the request is sent
2020
Then the response status is 200 OK
2121

22-
@replay-only @skip-validation @team:DataDog/logs-app @with-pagination
22+
@replay-only @skip-validation @team:DataDog/audit-trail @with-pagination
2323
Scenario: Get a list of Audit Logs events returns "OK" response with pagination
2424
Given new "ListAuditLogs" request
2525
And request contains "page[limit]" parameter with value 2
2626
When the request with pagination is sent
2727
Then the response status is 200 OK
2828
And the response has 3 items
2929

30-
@generated @skip @team:DataDog/logs-app
30+
@generated @skip @team:DataDog/audit-trail
3131
Scenario: Search Audit Logs events returns "Bad Request" response
3232
Given new "SearchAuditLogs" request
3333
And body with value {"filter": {"from": "now-15m", "query": "@type:session AND @session.type:user", "to": "now"}, "options": {"timezone": "GMT"}, "page": {"cursor": "eyJzdGFydEF0IjoiQVFBQUFYS2tMS3pPbm40NGV3QUFBQUJCV0V0clRFdDZVbG8zY3pCRmNsbHJiVmxDWlEifQ==", "limit": 25}, "sort": "timestamp"}
3434
When the request is sent
3535
Then the response status is 400 Bad Request
3636

37-
@team:DataDog/logs-app
37+
@team:DataDog/audit-trail
3838
Scenario: Search Audit Logs events returns "OK" response
3939
Given new "SearchAuditLogs" request
4040
And body with value {"filter": {"from": "now-15m", "query": "@type:session AND @session.type:user", "to": "now"}, "options": {"time_offset": 0, "timezone": "GMT"}, "page": {"limit": 25}, "sort": "timestamp"}
4141
When the request is sent
4242
Then the response status is 200 OK
4343

44-
@replay-only @skip-validation @team:DataDog/logs-app @with-pagination
44+
@replay-only @skip-validation @team:DataDog/audit-trail @with-pagination
4545
Scenario: Search Audit Logs events returns "OK" response with pagination
4646
Given new "SearchAuditLogs" request
4747
And body with value {"filter": {"from": "now-15m", "to": "now"}, "options": {"timezone": "GMT"}, "page": {"limit": 2}, "sort": "timestamp"}

0 commit comments

Comments
 (0)