Fix error check in test_edit.py for python 3
authorChristopher Allan Webber <cwebber@dustycloud.org>
Tue, 16 Sep 2014 20:15:13 +0000 (15:15 -0500)
committerChristopher Allan Webber <cwebber@dustycloud.org>
Tue, 16 Sep 2014 20:15:13 +0000 (15:15 -0500)
commit16450dada24dec2819c6067768af54b0d9b91402
tree43bcb25ef32d69f6ad63e56c6c5c0afdc58a0c0d
parent7893d43a8f7d3e42b21491444156c4a5308e211d
Fix error check in test_edit.py for python 3

This isn't the nicest of checks... we should probably be checking the
actual form passed into the context.  But for now, it's a fix.
mediagoblin/tests/test_edit.py