File tree Expand file tree Collapse file tree 2 files changed +7
-1
lines changed Expand file tree Collapse file tree 2 files changed +7
-1
lines changed Original file line number Diff line number Diff line change 44
55system.log
66token.access
7+ credentials.json
Original file line number Diff line number Diff line change @@ -18,7 +18,7 @@ feature -- {NONE}
1818 make
1919 do
2020 logger .write_information (" make-> ======================> Starting application" )
21- set_from_json_credentials_file_path (create {PATH }.make_from_string (" /home/pg/tmp/eg-sheets/eg-sheets_credentials_eg-suite-desktop-api.json " ))
21+ set_from_json_credentials_file_path (create {PATH }.make_from_string (CREDENTIALS_PATH ))
2222 retrieve_access_token
2323 test_get_sheet (" 1v1N4nRa6mmLcP9rUuyQPiCnLuUcBQFDEC7E0CDg3ASI" )
2424 end
@@ -103,4 +103,9 @@ feature -- Tests
103103 create l_esapi .make (last_token .token )
104104 end
105105
106+
107+ feature {NONE } -- Implementations
108+
109+ CREDENTIALS_PATH : STRING =" credentials.json"
110+ -- Credentials path to json file.
106111end
You can’t perform that action at this time.
0 commit comments