From 6d216bd79edae03971bbe05cb515da8fca7df68d Mon Sep 17 00:00:00 2001
From: Brandon Hewer <brandon.hewer@stfc.ac.uk>
Date: Wed, 4 Oct 2017 16:29:05 +0100
Subject: [PATCH] Account for case-sensitivity when getting file

Refs #20763
---
 .../WorkflowAlgorithms/OSIRISDiffractionReductionTest.py        | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/Framework/PythonInterface/test/python/plugins/algorithms/WorkflowAlgorithms/OSIRISDiffractionReductionTest.py b/Framework/PythonInterface/test/python/plugins/algorithms/WorkflowAlgorithms/OSIRISDiffractionReductionTest.py
index d36e1a9b1b4..0e85d6d52d7 100644
--- a/Framework/PythonInterface/test/python/plugins/algorithms/WorkflowAlgorithms/OSIRISDiffractionReductionTest.py
+++ b/Framework/PythonInterface/test/python/plugins/algorithms/WorkflowAlgorithms/OSIRISDiffractionReductionTest.py
@@ -45,7 +45,7 @@ class OSIRISDiffractionReductionTest(unittest.TestCase):
         Test to ensure reduction with manual dRange list selection completes.
         The run here is for dRange 3-4.
         """
-        wks = OSIRISDiffractionReduction(Sample=['OSI10203.raw', 'OSI10204.raw'],
+        wks = OSIRISDiffractionReduction(Sample=['OSI10203.raw', 'OSI10204.RAW'],
                                          CalFile='osiris_041_RES10.cal',
                                          Vanadium=['OSI10156.raw', 'OSI10157.raw'],
                                          SpectraMin=3,
-- 
GitLab