This repository was archived by the owner on Mar 8, 2022. It is now read-only.
File tree 1 file changed +4
-4
lines changed
1 file changed +4
-4
lines changed Original file line number Diff line number Diff line change @@ -11,8 +11,8 @@ explore the underlying principles for the design choices of this provider.
11
11
## Prerequisites
12
12
13
13
- [ Go 1.13+] ( https://go.dev/ )
14
- - [ Docker] ( https://docs.docker.com/get-docker/ )
15
- - [ Docker-Compose] ( https://docs.docker.com/compose/install/ )
14
+ - [ Docker] ( https://docs.docker.com/get-docker/ ) - used for running acceptance tests.
15
+ - [ Docker-Compose] ( https://docs.docker.com/compose/install/ ) - used for running acceptance tests.
16
16
17
17
## Getting started
18
18
@@ -46,11 +46,11 @@ AUTH0_CLIENT_ID=<your-auth0-client-id>
46
46
AUTH0_CLIENT_SECRET=< your-auth0-client-secret>
47
47
```
48
48
49
- Then, run ` docker-compose up -d && make testacc` .
49
+ Then, run ` make testacc ` .
50
50
51
51
** Note:** The acceptance tests make calls to a real Auth0 tenant, and create
52
52
real resources. Certain tests also require a paid Auth0 subscription to be able to
53
- run successfully.
53
+ run successfully, e.g. ` TestAccCustomDomain ` and the ones starting with ` TestAccLogStream* ` .
54
54
55
55
** Note:** At the time of writing, the following configuration steps are also
56
56
required for the test tenant:
You can’t perform that action at this time.
0 commit comments