Skip to content

Commit 444f3a9

Browse files
committed
Updated readme file and sacn.robot
1 parent 346a86c commit 444f3a9

2 files changed

Lines changed: 3 additions & 3 deletions

File tree

README.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -135,7 +135,7 @@ pip install -r requirements.txt
135135
```
136136
2. Run the scanner by passing the org alias:
137137
```bash
138-
robot --test Object_Scanner -d results --variable ORG_ALIAS:MyOrg src/robot/orchestrator/scan.robot
138+
robot -d results --variable ORG_ALIAS:MyOrg src/robot/orchestrator/scan.robot
139139
```
140140
3. Check outputs:
141141
```text
@@ -202,7 +202,7 @@ salesforce-objects-scanner/
202202
#### Example:
203203

204204
```bash
205-
robot --test Object_Scanner -d results --variable ORG_ALIAS:DeveloperOrg src/robot/orchestrator/scan.robot
205+
robot -d results --variable ORG_ALIAS:DeveloperOrg src/robot/orchestrator/scan.robot
206206
```
207207

208208
---

src/robot/orchestrator/scan.robot

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -5,4 +5,4 @@ Suite Teardown Cleanup Suite
55

66
*** Test Cases ***
77
Object_Scanner
8-
Get All Object Record Counts1 ${ORG_ALIAS}
8+
Get All Object Record Counts ${ORG_ALIAS}

0 commit comments

Comments
 (0)