Skip to content

Commit

Permalink
Add introspection endpoint
Browse files Browse the repository at this point in the history
  • Loading branch information
lferran committed Dec 21, 2023
1 parent 093514a commit 0e3a1e8
Showing 1 changed file with 1 addition and 0 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -59,6 +59,7 @@ async def test_labelsets_service(nucliadb_manager) -> None:
introspect_settings = Settings.parse_file(
os.path.join(extracted_tar, "settings.json")
)
# Check that sensitive data is not included
assert introspect_settings.nua_api_key is None
assert introspect_settings.jwk_key is None
assert introspect_settings.gcs_base64_creds is None
Expand Down

0 comments on commit 0e3a1e8

Please sign in to comment.