diff --git a/seed_data/challenges/basic-html5-and-css.json b/seed_data/challenges/basic-html5-and-css.json
index 1eef6c6c28..b4464c2a6d 100644
--- a/seed_data/challenges/basic-html5-and-css.json
+++ b/seed_data/challenges/basic-html5-and-css.json
@@ -474,7 +474,7 @@
],
"tests": [
"assert($('img').length > 0, 'Your webpage should have an image element.')",
- "assert(!!$('img').attr('src'), 'Your image should have have a src attribute that points to the kitten image.')"
+ "assert($('img').attr('src').toString() === 'http://bit.ly/fcc-kittens', 'Your image should have have a src attribute that points to the kitten image.')"
],
"challengeSeed": [
"",