mirror of
https://github.com/drakkan/sftpgo.git
synced 2025-12-08 23:28:39 +03:00
Enforce missing naming rule for actions and rules
Signed-off-by: Nicola Murino <nicola.murino@gmail.com>
This commit is contained in:
@@ -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,
|
||||
|
||||
Reference in New Issue
Block a user