Skip to content

Commit

Permalink
finish explanation of scenario
Browse files Browse the repository at this point in the history
  • Loading branch information
mathemancer committed Nov 13, 2024
1 parent b5ed905 commit 7d8693c
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion api_tests/test_happy_db_setups.py
Original file line number Diff line number Diff line change
Expand Up @@ -153,7 +153,8 @@ def test_get_current_role(admin_rpc_call):
# Now the scenario proper starts. The admin will add an `intern` user to
# Mathesar, an `intern` role to the internal `mathesar` DB, then grant
# `CONNECT` to that role on the DB, `USAGE` on "Library Management", and
# `SELECT` on "Books".
# `SELECT` on "Books". We'll make sure the intern has the correct
# privileges at each step.
#
# We'll follow along with the API calls made by the front end.

Expand Down

0 comments on commit 7d8693c

Please sign in to comment.