Updates a test to show the ltrip use problem

This commit is contained in:
Sylvain Fraïssé 2013-09-24 00:00:52 +02:00
commit 0fd4a5a6f8
2 changed files with 3 additions and 3 deletions

View file

@ -7,7 +7,7 @@ def test_base_url():
def test_localhost_bucket():
expect(bucket_name_from_url('https://foobar.localhost:5000/abc')).should.equal("foobar")
expect(bucket_name_from_url('https://wfoobar.localhost:5000/abc')).should.equal("wfoobar")
def test_localhost_without_bucket():