summaryrefslogtreecommitdiff
path: root/rt/t/web/redirect-after-login.t
diff options
context:
space:
mode:
Diffstat (limited to 'rt/t/web/redirect-after-login.t')
-rw-r--r--rt/t/web/redirect-after-login.t4
1 files changed, 1 insertions, 3 deletions
diff --git a/rt/t/web/redirect-after-login.t b/rt/t/web/redirect-after-login.t
index 35025a1..eb2718c 100644
--- a/rt/t/web/redirect-after-login.t
+++ b/rt/t/web/redirect-after-login.t
@@ -4,8 +4,6 @@ use warnings;
use RT::Test tests => 122;
-RT->Config->Set( GnuPG => Enable => 0 );
-
my ($baseurl, $agent) = RT::Test->started_ok;
my $url = $agent->rt_base_url;
@@ -226,7 +224,7 @@ for my $path (qw(Prefs/Other.html /Prefs/Other.html)) {
unlike($agent->content, qr/Your username or password is incorrect/, "didn't get any error message");
}
-# XXX TODO: we should also be testing WebExternalAuth here, but we don't have
+# XXX TODO: we should also be testing WebRemoteUserAuth here, but we don't have
# the framework for dealing with that
1;