Skip to content

Commit

Permalink
Create new test account
Browse files Browse the repository at this point in the history
  • Loading branch information
infamousjoeg committed Dec 5, 2023
1 parent dfc7947 commit 5211b01
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 3 deletions.
2 changes: 1 addition & 1 deletion pkg/cybr/api/accounts_test.go
Original file line number Diff line number Diff line change
Expand Up @@ -9,7 +9,7 @@ import (

var (
accountSafeName = "PIN-APP-CYBRCLI-TEST"
accountID = "162_3"
accountID = "162_6"
accountUsername = "test"
accountSSHKeyID = "162_4"
invalidAccountID = "999_9"
Expand Down
4 changes: 2 additions & 2 deletions pkg/cybr/ccp/ccp_test.go
Original file line number Diff line number Diff line change
Expand Up @@ -10,8 +10,8 @@ import (
var (
hostname = os.Getenv("PAS_HOSTNAME")
appID = "cybr-cli-ccp-test"
safe = "PIN_APP_CYBRCLI_TEST"
object = "Operating System-PL-WIN-DOMAIN-ADMIN-10.0.0.1-test"
safe = "PIN-APP-CYBRCLI-TEST"
object = "Operating System-PL-WIN-DOMAIN-ADMIN-10.0.0.1-test-new"
clientCert = os.Getenv("CCP_CLIENT_CERT")
clientKey = os.Getenv("CCP_CLIENT_PRIVATE_KEY")
)
Expand Down

0 comments on commit 5211b01

Please sign in to comment.