Skip to content

Commit

Permalink
added customer get zone
Browse files Browse the repository at this point in the history
  • Loading branch information
Allan-Nava authored Jun 10, 2024
1 parent aeddb12 commit 3357f04
Showing 1 changed file with 15 additions and 0 deletions.
15 changes: 15 additions & 0 deletions test/api_customer_test.go
Original file line number Diff line number Diff line change
@@ -1,2 +1,17 @@
package test


func TestGetCustomerS3(t *testing.T) {

Check failure on line 4 in test/api_customer_test.go

View workflow job for this annotation

GitHub Actions / build (1.18.x)

undefined: testing

Check failure on line 4 in test/api_customer_test.go

View workflow job for this annotation

GitHub Actions / build (1.19.x)

undefined: testing

Check failure on line 4 in test/api_customer_test.go

View workflow job for this annotation

GitHub Actions / build (1.20.x)

undefined: testing

Check failure on line 4 in test/api_customer_test.go

View workflow job for this annotation

GitHub Actions / build (1.21.x)

undefined: testing
//
c, err := GetCompress()
if err != nil {
t.Fatalf(err.Error())
}
// need to be finish
zone, err := c.GetCustomerS3Zone()
if err != nil {
t.Fatalf(err.Error())
}
log.Println("zone ", zone)

Check failure on line 15 in test/api_customer_test.go

View workflow job for this annotation

GitHub Actions / build (1.18.x)

undefined: log

Check failure on line 15 in test/api_customer_test.go

View workflow job for this annotation

GitHub Actions / build (1.19.x)

undefined: log

Check failure on line 15 in test/api_customer_test.go

View workflow job for this annotation

GitHub Actions / build (1.20.x)

undefined: log

Check failure on line 15 in test/api_customer_test.go

View workflow job for this annotation

GitHub Actions / build (1.21.x)

undefined: log
//c.IsDebug()
}

0 comments on commit 3357f04

Please sign in to comment.