Skip to content

Commit

Permalink
feat: support pagination in application list method
Browse files Browse the repository at this point in the history
Signed-off-by: Subin Shekhar <subinpc@gmail.com>
  • Loading branch information
subinpc committed May 24, 2023
1 parent 6189198 commit b19261a
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions HOW_TO_TEST.md
Original file line number Diff line number Diff line change
@@ -1,6 +1,7 @@
# How to run tests

## Pre-requisites
1. Install `go` 1.20, `make`.
1. You must create 2 instances of Analytics Engine service - Serverless plan.
1. Provide instance home details in the 1st instance.
1. Don't provide instance home details in the 2nd instance.
Expand All @@ -19,6 +20,7 @@
1. `IBM_ANALYTICS_ENGINE_API_ALTERNATE_HMAC_SECRET_KEY`=`<HMAC secret key of the cos instance to be used as instance home>`
4. In root directory `ibm-iae-go-sdk/`. Run the following:
```
make all
go test ./ibmanalyticsengineapiv3 -tags=integration -v
```

Expand Down

0 comments on commit b19261a

Please sign in to comment.