Enforce missing naming rule for actions and rules

Signed-off-by: Nicola Murino <nicola.murino@gmail.com>
This commit is contained in:
Nicola Murino
2025-12-07 09:35:48 +01:00
parent 1ad5456d91
commit fd0444c8ff
8 changed files with 30 additions and 18 deletions

View File

@@ -1414,7 +1414,7 @@ func TestCreateShareCookieError(t *testing.T) {
err := dataprovider.AddUser(user, "", "", "")
assert.NoError(t, err)
share := &dataprovider.Share{
Name: "test share cookie error",
Name: "test_share_cookie_error",
ShareID: util.GenerateUniqueID(),
Scope: dataprovider.ShareScopeRead,
Password: pwd,