A bit of pep8 and small typo fix.

This commit is contained in:
Elrond
2013-05-19 01:14:46 +02:00
parent 1b6a2b85e1
commit d6c3375a78
2 changed files with 3 additions and 3 deletions

View File

@@ -56,7 +56,7 @@ class Test_PWG(object):
resp = self.do_post("pwg.session.login",
{"username": self.username, "password": self.password})
assert resp.body == XML_PREFIX + '<rsp stat="ok">1</rsp>'
assert resp.body == XML_PREFIX + '<rsp stat="ok">1</rsp>'
resp = self.do_get("pwg.session.getStatus")
assert resp.body == XML_PREFIX \