tests: update instructions, fix override-scope test

Fixes divergence between the two test scripts.
The test doesn't need to be executed by default. It is just a
demonstration on how to use a custom scope that can be created with
the function `mkAuthentikScope`, that is available through the `lib`
flake output.
This commit is contained in:
WilliButz 2024-05-02 17:00:09 +02:00
parent e3a0712b29
commit e9a0d0e62f
No known key found for this signature in database
GPG key ID: AB05DF703EB9DC70
2 changed files with 4 additions and 3 deletions

View file

@ -159,10 +159,11 @@ Initial auto-discovery might take a while because the authentik certificate disc
## Testing
To run the tests execute the following:
To run the main integration test execute (one of) the following:
```
nix flake check --print-build-logs
nix build .#checks.x86_64-linux.default --print-build-logs
nix build .#checks.aarch64-linux.default --print-build-logs
```
## License