diff --git a/bob/ip/binseg/data/stare/test.py b/bob/ip/binseg/data/stare/test.py
index 58f7aea6dfec97666d5b1c250eb6485343cd18c2..b47fd4d9205a784b69b3e22d7b438ebc5de7d770 100644
--- a/bob/ip/binseg/data/stare/test.py
+++ b/bob/ip/binseg/data/stare/test.py
@@ -63,12 +63,12 @@ def test_loading():
     for s in subset["test"]: _check_sample(s)
 
 
-@rc_variable_set('bob.ip.binseg.drive.datadir')
+@rc_variable_set('bob.ip.binseg.stare.datadir')
 def test_check():
     nose.tools.eq_(dataset.check(), 0)
 
 
-@rc_variable_set('bob.ip.binseg.drive.datadir')
+@rc_variable_set('bob.ip.binseg.stare.datadir')
 def test_torch_dataset():
 
     def _check_sample(s):