Skip to content

Commit f63943c

Browse files
Adjusted REST only test cases for WebApplications to changes in REST API behavior (BrowserRestrictionSettings, IPAddressRestrictionSettings)
1 parent 14d7afb commit f63943c

File tree

2 files changed

+0
-12
lines changed

2 files changed

+0
-12
lines changed

dynatrace/api/v1/config/applications/web/testdata/default-test-case/0001-create.json

Lines changed: 0 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -98,12 +98,6 @@
9898
"scroll": true,
9999
"additionalEventCapturedAsUserInput": ""
100100
}
101-
},
102-
"browserRestrictionSettings": {
103-
"mode": "EXCLUDE"
104-
},
105-
"ipAddressRestrictionSettings": {
106-
"mode": "EXCLUDE"
107101
}
108102
},
109103
"name": "${randomize}",

dynatrace/api/v1/config/applications/web/testdata/default-test-case/0002-update.json

Lines changed: 0 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -98,12 +98,6 @@
9898
"scroll": true,
9999
"additionalEventCapturedAsUserInput": ""
100100
}
101-
},
102-
"browserRestrictionSettings": {
103-
"mode": "EXCLUDE"
104-
},
105-
"ipAddressRestrictionSettings": {
106-
"mode": "EXCLUDE"
107101
}
108102
},
109103
"name": "${randomize}",

0 commit comments

Comments
 (0)