This commit is contained in:
Steve Pulec 2017-02-23 21:37:43 -05:00
commit f37bad0e00
260 changed files with 6363 additions and 3766 deletions

View file

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