mirror of
https://github.com/tahoe-lafs/tahoe-lafs.git
synced 2025-01-31 08:25:35 +00:00
actually this returns the logs resource itself :/
This commit is contained in:
parent
5ac7efc6f3
commit
78e458328e
@ -51,9 +51,9 @@ class StreamingEliotLogsTests(SyncTestCase):
|
||||
|
||||
def test_v1(self):
|
||||
"""
|
||||
There is a resource at *logs/v1*.
|
||||
There is a resource at *v1*.
|
||||
"""
|
||||
self.assertThat(
|
||||
self.client.head(b"http:///logs/v1"),
|
||||
self.client.get(b"http:///v1"),
|
||||
succeeded(has_response_code(Equals(OK))),
|
||||
)
|
||||
|
Loading…
x
Reference in New Issue
Block a user