From 78a35d931361f181d86670c429b19c8739c26013 Mon Sep 17 00:00:00 2001 From: Benjamin Dauvergne Date: Fri, 4 Mar 2016 18:30:41 +0100 Subject: [PATCH] tests: fix test to comply with commit eb89a86ef --- tests/test_views.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/tests/test_views.py b/tests/test_views.py index e353509..aaadd1d 100644 --- a/tests/test_views.py +++ b/tests/test_views.py @@ -84,7 +84,7 @@ def test_metadata(private_settings, client): ('/sm:EntityDescriptor[@entityID="http://testserver/metadata/"]', 1, ('/*', 4), ('/sm:SPSSODescriptor', 1, - ('/*', 6), + ('/*', 7), ('/sm:NameIDFormat', 1), ('/sm:SingleLogoutService', 1), ('/sm:AssertionConsumerService', None,