Skip to content

Commit be1429e

Browse files
zg009TallTed
andauthored
Update test/integration/http-test.js
wording Co-authored-by: Ted Thibodeau Jr <[email protected]>
1 parent 141868d commit be1429e

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

test/integration/http-test.js

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -670,7 +670,7 @@ describe('HTTP APIs', function () {
670670
.expect(201, done)
671671
}
672672
)
673-
it('should return a 400 error when trying to put a container that contains a reserved suffix',
673+
it('should return a 400 error when trying to PUT a container with a name that contains a reserved suffix',
674674
function (done) {
675675
server.put('/foo/bar.acl/test/')
676676
.set('content-type', 'text/turtle')

0 commit comments

Comments
 (0)