Skip to content

Commit

Permalink
add test for patch endpoint
Browse files Browse the repository at this point in the history
  • Loading branch information
Anish9901 committed Jun 28, 2024
1 parent 5b8bcbf commit c7a98eb
Showing 1 changed file with 5 additions and 0 deletions.
5 changes: 5 additions & 0 deletions mathesar/tests/rpc/test_endpoints.py
Original file line number Diff line number Diff line change
Expand Up @@ -113,6 +113,11 @@
tables.metadata.list_,
"tables.metadata.list",
[user_is_authenticated]
),
(
tables.metadata.patch,
"tables.metadata.patch",
[user_is_authenticated]
)
]

Expand Down

0 comments on commit c7a98eb

Please sign in to comment.