mirror of
https://github.com/sourcegraph/sourcegraph.git
synced 2026-02-06 18:51:59 +00:00
authtest: ensure only site admins can list users (#21199)
This commit is contained in:
parent
e8dfa4ec1d
commit
f1765df3ca
@ -290,6 +290,16 @@ mutation {
|
||||
id
|
||||
}
|
||||
}
|
||||
}`,
|
||||
}, {
|
||||
name: "users",
|
||||
query: `
|
||||
{
|
||||
users {
|
||||
nodes {
|
||||
id
|
||||
}
|
||||
}
|
||||
}`,
|
||||
}, {
|
||||
name: "surveyResponses",
|
||||
|
||||
Loading…
Reference in New Issue
Block a user