File tree Expand file tree Collapse file tree 1 file changed +3
-3
lines changed
pkg/internal/cyberark/dataupload Expand file tree Collapse file tree 1 file changed +3
-3
lines changed Original file line number Diff line number Diff line change @@ -21,7 +21,7 @@ import (
21
21
_ "k8s.io/klog/v2/ktesting/init"
22
22
)
23
23
24
- func TestCyberArkClient_PostDataReadingsWithOptions (t * testing.T ) {
24
+ func TestCyberArkClient_PostDataReadingsWithOptions_MockAPI (t * testing.T ) {
25
25
fakeTime := time .Unix (123 , 0 )
26
26
defaultPayload := api.DataReadingsPost {
27
27
AgentMetadata : & api.AgentMetadata {
@@ -135,8 +135,8 @@ func TestCyberArkClient_PostDataReadingsWithOptions(t *testing.T) {
135
135
// To enable verbose request logging:
136
136
//
137
137
// go test ./pkg/internal/cyberark/dataupload/... \
138
- // -v -count 1 -run TestPostDataReadingsWithOptionsWithRealAPI -args -testing.v 6
139
- func TestPostDataReadingsWithOptionsWithRealAPI (t * testing.T ) {
138
+ // -v -count 1 -run TestCyberArkClient_PostDataReadingsWithOptions_RealAPI -args -testing.v 6
139
+ func TestCyberArkClient_PostDataReadingsWithOptions_RealAPI (t * testing.T ) {
140
140
platformDomain := os .Getenv ("ARK_PLATFORM_DOMAIN" )
141
141
subdomain := os .Getenv ("ARK_SUBDOMAIN" )
142
142
username := os .Getenv ("ARK_USERNAME" )
You can’t perform that action at this time.
0 commit comments