You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: README.md
+2-2Lines changed: 2 additions & 2 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -16,7 +16,7 @@ This Client works against version 5 of NGINX Plus API. Version 5 was introduced
16
16
## Using the Client
17
17
18
18
1. Import `github.com/nginxinc/nginx-plus-go-client/client` into your go project.
19
-
2. Use your favourite vendor tool to add this to your `/vendor` directory in your project.
19
+
2. Use your favorite vendor tool to add this to your `/vendor` directory in your project.
20
20
21
21
## Testing
22
22
@@ -37,7 +37,7 @@ Prerequisites:
37
37
Run Tests:
38
38
39
39
```
40
-
$ make test
40
+
$ make docker-build && make test
41
41
```
42
42
43
43
This will build and run two NGINX Plus containers and create one docker network of type bridge, execute the client tests against both NGINX Plus APIs, and then clean up. If it fails and you want to clean up (i.e. stop the running containers and remove the docker network), please use `$ make clean`
0 commit comments