From 3e7b6178e2db14043e1bfe0beba8ab971f42cfc5 Mon Sep 17 00:00:00 2001 From: Pieter Ennes Date: Thu, 5 Mar 2015 14:23:15 +0000 Subject: Test trimming of whitespace. --- tests/oauth2/rfc6749/test_utils.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'tests/oauth2/rfc6749/test_utils.py') diff --git a/tests/oauth2/rfc6749/test_utils.py b/tests/oauth2/rfc6749/test_utils.py index f15bbc3..d292eeb 100644 --- a/tests/oauth2/rfc6749/test_utils.py +++ b/tests/oauth2/rfc6749/test_utils.py @@ -79,7 +79,7 @@ class UtilsTests(TestCase): def test_scope_to_list(self): expected = ['foo', 'bar', 'baz'] - string_scopes = 'foo bar baz' + string_scopes = 'foo bar baz ' self.assertEqual(scope_to_list(string_scopes), expected) string_list_scopes = ['foo', 'bar', 'baz'] -- cgit v1.2.1