Skip to content

Commit b64af55

Browse files
committed
Update test prompt
1 parent 06925e5 commit b64af55

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

tests/bot_yaml.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -74,7 +74,7 @@ def generate_test_responses(self):
7474
"Enter the award title for funding: ": "Automated Testing Grant",
7575
"Enter the funder ROR (https://ror.org): ": "021nxhr62",
7676
"Do you want to upload or link data files? (upload/link/n): ": "upload",
77-
"Enter the filename to upload as a supporting file (or '*' to get all files currently in this directory, or the index number of the file as displayed followed by a /, otherwise 'n' to finish):": "test_data.csv",
77+
"Enter the filename to upload as a supporting file (or '*' to get all files currently in this directory, or the index number of the file as displayed followed by a /, otherwise 'n' to finish): ": "test_data.csv",
7878
"Do you want to add more files? (y/n): ": "n",
7979
"Do you want to send this record to CaltechDATA? (y/n): ": "y",
8080
}

0 commit comments

Comments
 (0)