Changeset 10495


Ignore:
Timestamp:
13 Aug 2013, 13:40:41 (11 years ago)
Author:
uli
Message:

pyflakes.

File:
1 edited

Legend:

Unmodified
Added
Removed
  • main/waeup.cas/trunk/waeup/cas/tests/test_server.py

    r10494 r10495  
    570570    def test_update_url(self):
    571571        # we can create valid new urls with query string params updated
    572         url = 'http://sample.com/index?a=1&b=2'
    573572        result1 = update_url('http://sample.com/index?a=1&b=2', dict(b='3'))
    574573        assert result1 in (
Note: See TracChangeset for help on using the changeset viewer.