sourcegraph/dev/authtest
Erik Seliger e50a05d5e6
Fix integration test for list users (#48276)
Not a site-admin protected route anymore, so we have to remove this
test! See https://github.com/sourcegraph/sourcegraph/pull/48237 for
context on this change.
2023-02-27 15:11:13 +00:00
..
BUILD.bazel bazel: fix //enterprise/internal/... (#47846) 2023-02-18 12:07:49 -05:00
code_intel_test.go codeintel: Add deprecation notice to LSIF handler (#47547) 2023-02-20 15:07:40 +00:00
CODENOTIFY authtest: add tests for site admin endpoints (#20266) 2021-04-26 13:14:57 +00:00
main_test.go all: use any instead of interface{} (#35102) 2022-05-09 10:59:39 +02:00
organization_test.go [Org Members] Add pagination (#46067) 2023-01-17 12:25:22 +01:00
README.md authtest: wait longer for site config to be updated (#28119) 2021-11-29 22:26:45 +08:00
repository_test.go graphqlbackend: support async deletion of external service (#35293) 2022-05-12 12:54:12 +04:00
site_admin_test.go Fix integration test for list users (#48276) 2023-02-27 15:11:13 +00:00

While this test suite focuses on authentication and authorization related tests, you may still refer to dev/gqltest's README for background and how to run it both locally and in CI.