Skip to content

Commit d104c26

Browse files
committed
modified application.properties
1 parent 8224745 commit d104c26

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/test/resources/test-config/application-test.properties

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -39,6 +39,6 @@ management.endpoints.web.exposure.include=*
3939
# Mapping-Service specific settings
4040
##################################################
4141
# Absolute path to the local python interpreter
42-
mapping-service.pythonLocation=file:///opt/homebrew/opt/python@3.10/bin/python3
42+
mapping-service.pythonLocation=file:///usr/bin/python3
4343
# Absolute path to the local gemma mappings folder
4444
mapping-service.mappingSchemasLocation=file:///tmp/mapping-service

0 commit comments

Comments
 (0)