diff --git a/tests/test_projection.py b/tests/test_projection.py
index ba5cb02621320e1796b9b9fd851e558cb33c4941..7fda852b12c8604ce866f7f3762755b5d5c8b8a6 100644
--- a/tests/test_projection.py
+++ b/tests/test_projection.py
@@ -23,7 +23,7 @@ def test_projection(with_texture, with_backward):
     volume = projector.new_volume_tensor(requires_grad=True if with_backward else False)
 
     volume += 1.
-    result = projector.project_forward(volume, use_texture=False)
+    result = projector.project_forward(volume, use_texture=with_texture)
 
     assert result is not None
     if with_backward: