File tree Expand file tree Collapse file tree 2 files changed +0
-30
lines changed
Expand file tree Collapse file tree 2 files changed +0
-30
lines changed Original file line number Diff line number Diff line change @@ -34,8 +34,6 @@ class TestDataPaths:
3434
3535 TEST_BAD_LUT_PATH = TEST_DATA_DIR_PATH .joinpath ("test_bad_lut.txt" )
3636
37- TEST_I09_HU_LUT_PATH = TEST_DATA_DIR_PATH .joinpath ("test_i09_hu_lut.txt" )
38-
3937 TEST_GOOD_DISPLAY_CONFIG_PATH = TEST_DATA_DIR_PATH .joinpath (
4038 "test_display.configuration"
4139 )
@@ -55,7 +53,6 @@ class ServerFilePaths:
5553 BAD_JSON_FILE = Path ("/tests/test_data/test_bad_json" )
5654 FILE_IN_GOOD_DIR = Path ("/tests/test_data/test_bad_json" )
5755 GOOD_LUT = Path ("/tests/test_data/test_good_lut.txt" )
58- I09_HU_LUT = Path ("/tests/test_data/test_i09_hu_lut.txt" )
5956
6057
6158TEST_CONFIG_PATH = TEST_DATA_DIR_PATH .joinpath ("test_config.yaml" )
@@ -66,7 +63,6 @@ class ServerFilePaths:
6663 - { TestDataPaths .TEST_BAD_JSON_PATH }
6764 - { TestDataPaths .TEST_BEAMLINE_PARAMETERS_PATH }
6865 - { TestDataPaths .TEST_INVALID_FILE_PATH }
69- - { TestDataPaths .TEST_I09_HU_LUT_PATH }
7066
7167whitelist_dirs:
7268 - { TEST_DATA_DIR_PATH .joinpath ("good_dir" )}
Load Diff This file was deleted.
You can’t perform that action at this time.
0 commit comments