mirror of
https://github.com/grafana/grafana.git
synced 2025-08-02 08:52:14 +08:00
Remove Macaron ParamsInt64 function from code base (#43810)
* draft commit * change all calls * Compilation errors
This commit is contained in:
@ -639,7 +639,7 @@ func TestLDAP_AccessControl(t *testing.T) {
|
||||
},
|
||||
},
|
||||
{
|
||||
url: "/api/admin/ldap/sync/test",
|
||||
url: "/api/admin/ldap/sync/1",
|
||||
method: http.MethodPost,
|
||||
desc: "PostSyncUserWithLDAP should return 200 for user without required permissions",
|
||||
expectedCode: http.StatusOK,
|
||||
@ -648,7 +648,7 @@ func TestLDAP_AccessControl(t *testing.T) {
|
||||
},
|
||||
},
|
||||
{
|
||||
url: "/api/admin/ldap/sync/test",
|
||||
url: "/api/admin/ldap/sync/1",
|
||||
method: http.MethodPost,
|
||||
desc: "PostSyncUserWithLDAP should return 200 for user without required permissions",
|
||||
expectedCode: http.StatusForbidden,
|
||||
|
Reference in New Issue
Block a user