Skip to content
This repository has been archived by the owner on Mar 3, 2023. It is now read-only.

Commit

Permalink
clarify user/pass
Browse files Browse the repository at this point in the history
  • Loading branch information
jed committed Apr 18, 2012
1 parent 1d40f3e commit d2ff40e
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion test/test.js
Expand Up @@ -63,7 +63,7 @@ describe("sajak", function() {
})

describe("authentication", function() {
it("should return 200 for valid password", function(done) {
it("should return 200 for valid user/password", function(done) {
request("http://sajak:pass@localhost:8000/", function(err, res, body) {
res.statusCode.should.eql(200)
done()
Expand Down

0 comments on commit d2ff40e

Please sign in to comment.