Skip to content
Snippets Groups Projects
Verified Commit 1f7805f5 authored by Tadej Novak's avatar Tadej Novak
Browse files

TrackingGeometrySvc: do not use the default geometry tag in the test

parent 8c7379f6
No related branches found
No related tags found
No related merge requests found
......@@ -70,9 +70,9 @@ if __name__ == '__main__':
from AthenaConfiguration.AllConfigFlags import initConfigFlags
flags = initConfigFlags()
from AthenaConfiguration.TestDefaults import defaultTestFiles
from AthenaConfiguration.TestDefaults import defaultTestFiles, defaultGeometryTags
flags.Input.Files = defaultTestFiles.RAW_RUN2
flags.GeoModel.AtlasVersion = defaultGeometryTags.RUN2
flags.lock()
acc = TrackingGeometrySvcCfg(flags)
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment