summaryrefslogtreecommitdiff
path: root/src/saml2/httpbase.py
diff options
context:
space:
mode:
authorRoland Hedberg <roland.hedberg@adm.umu.se>2013-05-17 11:55:21 +0200
committerRoland Hedberg <roland.hedberg@adm.umu.se>2013-05-17 11:55:21 +0200
commit1458048b813956bcbe6fb8c40c318ac0905b302d (patch)
tree813fc08b0f3878879406077e60aaaec87b1db925 /src/saml2/httpbase.py
parentac906f4231a8b781082bea586f834e470604ff96 (diff)
downloadpysaml2-1458048b813956bcbe6fb8c40c318ac0905b302d.tar.gz
Spelling error
Diffstat (limited to 'src/saml2/httpbase.py')
-rw-r--r--src/saml2/httpbase.py2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/saml2/httpbase.py b/src/saml2/httpbase.py
index e660d9cb..e067a3b1 100644
--- a/src/saml2/httpbase.py
+++ b/src/saml2/httpbase.py
@@ -305,7 +305,7 @@ class HTTPBase(object):
if sign and self.sec:
_signed = self.sec.sign_statement(soap_message,
class_name=class_name(request),
- nodeid=request.id)
+ node_id=request.id)
soap_message = _signed
return {"url": destination, "method": "POST",