mirror of
https://github.com/matrix-org/dendrite.git
synced 2026-01-21 13:03:09 -06:00
Update TestValidationOfApplicationServices function name
This commit is contained in:
parent
23f5d7d838
commit
902eb1ee3e
|
|
@ -173,7 +173,7 @@ func Test_validateUsername(t *testing.T) {
|
||||||
|
|
||||||
// This method tests validation of the provided Application Service token and
|
// This method tests validation of the provided Application Service token and
|
||||||
// username that they're registering
|
// username that they're registering
|
||||||
func TestValidationOfApplicationServices(t *testing.T) {
|
func TestValidateApplicationServiceRequest(t *testing.T) {
|
||||||
// Create a fake application service
|
// Create a fake application service
|
||||||
regex := "@_appservice_.*"
|
regex := "@_appservice_.*"
|
||||||
fakeNamespace := config.ApplicationServiceNamespace{
|
fakeNamespace := config.ApplicationServiceNamespace{
|
||||||
|
|
|
||||||
Loading…
Reference in a new issue