From 44230a9b7b46cba5f5e5108172b449eeed6f4071 Mon Sep 17 00:00:00 2001 From: Serghei Mihai Date: Mon, 7 Sep 2020 15:51:57 +0200 Subject: [PATCH] test SPPlus py3 --- tests/test_spplus.py | 2 ++ 1 file changed, 2 insertions(+) diff --git a/tests/test_spplus.py b/tests/test_spplus.py index 968c842..52439b7 100644 --- a/tests/test_spplus.py +++ b/tests/test_spplus.py @@ -41,3 +41,5 @@ def test_spplus(): with pytest.raises(ResponseError, match=r'missing reference, etat or refsfp'): payment.response('foo=bar') + + payment.request(10, 'Foo Bar')