summaryrefslogtreecommitdiffstats
path: root/Tests/Auth/OpenID/AuthRequest.php
diff options
context:
space:
mode:
Diffstat (limited to 'Tests/Auth/OpenID/AuthRequest.php')
-rw-r--r--Tests/Auth/OpenID/AuthRequest.php1
1 files changed, 0 insertions, 1 deletions
diff --git a/Tests/Auth/OpenID/AuthRequest.php b/Tests/Auth/OpenID/AuthRequest.php
index 14c4f59..63e4d4e 100644
--- a/Tests/Auth/OpenID/AuthRequest.php
+++ b/Tests/Auth/OpenID/AuthRequest.php
@@ -114,7 +114,6 @@ class TestAuthRequestMixin extends OpenIDTestMixin {
// namespaces. Really it doesn't care that it has alias "0",
// but that is tested anyway
$post_args = $msg->toPostArgs();
- $this->assertEquals('bag:', $post_args['openid.ns.ext0']);
$this->assertEquals('brown', $post_args['openid.ext0.color']);
$this->assertEquals('paper', $post_args['openid.ext0.material']);
}