Skip to content

Commit 1201a81

Browse files
EliNedyalkovaEliNedyalkova
authored andcommitted
refactoring bellatrix.servicenow
update getting-started\bellatrix.servicenow
1 parent f17cc51 commit 1201a81

4 files changed

Lines changed: 8 additions & 8 deletions

File tree

getting-started/bellatrix.servicenow.getting.started/src/main/resources/testFrameworkSettings.dev.json

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -68,15 +68,15 @@
6868
},
6969
"serviceNowProjectSettings": {
7070
"isPolarisEnabled": "true",
71-
"instance": "dev329858",
72-
"platformRelease": "yokohama",
71+
"instance": "instance",
72+
"platformRelease": "release",
7373
"userName": "user",
7474
"password": "pass"
7575
},
7676
"dataSettings": {
7777
"dataSourceType": "HTTP",
7878
"httpSettings": {
79-
"baseUrl": "https://dev329858.service-now.com",
79+
"baseUrl": "baseUrl",
8080
"basePath": "/api/now/table",
8181
"urlEncoderEnabled": "false",
8282
"contentType": "application/json",

getting-started/bellatrix.servicenow.getting.started/src/test/java/O0_Prerequisites/readme.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -40,12 +40,12 @@
4040

4141
- **Instance:**
4242
```json
43-
"instance": "dev329858"
43+
"instance": "instance"
4444
```
4545

4646
- **Platform Release:**
4747
```json
48-
"platformRelease": "yokohama"
48+
"platformRelease": "release"
4949
```
5050

5151
- **Polaris Enabled Flag:**

getting-started/bellatrix.servicenow.getting.started/src/test/java/O0_Prerequisites/testFrameworkSettings.instanceName.json

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -68,8 +68,8 @@
6868
},
6969
"serviceNowProjectSettings": {
7070
"isPolarisEnabled": "true",
71-
"instance": "dev329858",
72-
"platformRelease": "yokohama",
71+
"instance": "instance",
72+
"platformRelease": "release",
7373
"userName": "user",
7474
"password": "pass"
7575
}

getting-started/bellatrix.servicenow.getting.started/src/test/java/O7_DataCreationHttp/readme.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -46,7 +46,7 @@ Note: Another option is to use the table name from ProjectTable enum.
4646
"dataSettings": {
4747
"dataSourceType": "HTTP",
4848
"httpSettings": {
49-
"baseUrl": "https://dev329858.service-now.com",
49+
"baseUrl": "baseUrl",
5050
"basePath": "/api/now/table",
5151
"urlEncoderEnabled": "false",
5252
"contentType": "application/json",

0 commit comments

Comments
 (0)