Skip to content

Commit

Permalink
Update IP addresses in tests (#20)
Browse files Browse the repository at this point in the history
  • Loading branch information
tdawe authored Dec 13, 2021
1 parent df88484 commit 106d577
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 3 deletions.
2 changes: 1 addition & 1 deletion internal/common/testdata/no-global-id.yaml
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
arrays:
- endpoint: "https://10.0.0.1/api/rest"
- endpoint: "https://127.0.0.1/api/rest"
username: "user"
password: "password"
skipCertificateValidation: true
Expand Down
4 changes: 2 additions & 2 deletions internal/common/testdata/sample-config.yaml
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
arrays:
- endpoint: "https://10.0.0.1/api/rest"
- endpoint: "https://127.0.0.1/api/rest"
globalID: "unique"
username: "user"
password: "password"
Expand All @@ -8,7 +8,7 @@ arrays:
blockProtocol: "auto"
nasName: "nas-server"

- endpoint: "https://11.0.0.1/api/rest"
- endpoint: "https://127.0.0.2/api/rest"
globalID: "unique"
username: "user"
password: "password"
Expand Down

0 comments on commit 106d577

Please sign in to comment.