Skip to content

Commit b51dee1

Browse files
committed
add endpoint test and update docs
1 parent 90e3ff3 commit b51dee1

File tree

2 files changed

+6
-0
lines changed

2 files changed

+6
-0
lines changed

docs/docs/api/rpc.md

+1
Original file line numberDiff line numberDiff line change
@@ -60,6 +60,7 @@ To use an RPC function:
6060
options:
6161
members:
6262
- list_
63+
- delete
6364
- TableInfo
6465

6566
---

mathesar/tests/rpc/test_endpoints.py

+5
Original file line numberDiff line numberDiff line change
@@ -44,6 +44,11 @@
4444
"tables.list",
4545
[user_is_authenticated]
4646
),
47+
(
48+
tables.delete,
49+
"tables.delete",
50+
[user_is_authenticated]
51+
)
4752
]
4853

4954

0 commit comments

Comments
 (0)