summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
-rw-r--r--askbot/management/commands/askbot_create_test_fixture.py2
1 files changed, 1 insertions, 1 deletions
diff --git a/askbot/management/commands/askbot_create_test_fixture.py b/askbot/management/commands/askbot_create_test_fixture.py
index da818040..72baa7d2 100644
--- a/askbot/management/commands/askbot_create_test_fixture.py
+++ b/askbot/management/commands/askbot_create_test_fixture.py
@@ -5,7 +5,7 @@ import askbot
# FULL PATH HERE
-# DEFAULTS TO askbot_path/fixtures/test_data.json
+# DEFAULTS TO askbot_path/tests/test_data.json
FIXTURE_NAME = os.path.join(os.path.dirname(askbot.__file__),
"tests", "test_data.json")