You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardexpand all lines: tests/scenarios/features/v2/action_connection.feature
+2-9
Original file line number
Diff line number
Diff line change
@@ -24,7 +24,7 @@ Feature: Action Connection
24
24
@team:DataDog/workflow-automation-dev
25
25
Scenario: Create a new Action Connection returns "Successfully created Action Connection" response
26
26
Given new "CreateActionConnection" request
27
-
And body with value {"data":{"type":"action_connection","attributes":{"name":"Cassette Connection DELETE_ME","integration":{"type":"AWS","credentials":{"type":"AWSAssumeRole","role":"MyRoleUpdated","account_id":"123456789123"}}}}}
27
+
And body with value {"data":{"type":"action_connection","attributes":{"name":"Cassette Connection {{ unique_lower_alnum }}","integration":{"type":"AWS","credentials":{"type":"AWSAssumeRole","role":"MyRoleUpdated","account_id":"123456789123"}}}}}
28
28
When the request is sent
29
29
Then the response status is 201 Successfully created Action Connection
0 commit comments