Skip to content
This repository has been archived by the owner on Aug 13, 2024. It is now read-only.

Commit

Permalink
WIP #59 travis fix
Browse files Browse the repository at this point in the history
  • Loading branch information
ninjabear committed Oct 10, 2016
1 parent 11cb11f commit 2ced6ca
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/factotum/webhook/tests.rs
Original file line number Diff line number Diff line change
Expand Up @@ -151,7 +151,7 @@ fn bad_urls_post_rejects() {
Ok(code) => unreachable!("Test returned good for invalid url"),
Err((code, msg)) => {
assert_eq!(code, 0);
assert_eq!(msg, "failed to lookup address information: Name or service not known");
assert!(msg.contains("failed to lookup address information:"));
}
}
}

0 comments on commit 2ced6ca

Please sign in to comment.