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/v2/features/cloudflare_integration.feature
+7Lines changed: 7 additions & 0 deletions
Original file line number
Diff line number
Diff line change
@@ -35,6 +35,9 @@ Feature: Cloudflare Integration
35
35
And body with value {"data": {"attributes": {"api_key": "6Zm7WEgKzAlCnt_4exfEK0mSoeHHAaDf41O1AAfu", "email": "new@email", "name": "{{ unique_lower_alnum }}"}, "type": "cloudflare-accounts"}}
36
36
When the request is sent
37
37
Then the response status is 201 CREATED
38
+
And the response "data.type" is equal to "cloudflare-accounts"
39
+
And the response "data.attributes.email" is equal to "new@email"
40
+
And the response "data.attributes.name" is equal to "{{ unique_lower_alnum }}"
0 commit comments