Skip to content

Commit ca10638

Browse files
chore: Update start_wakapi_background command to use hackatime instead of wakapi
1 parent aa1cf2a commit ca10638

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

testing/run_api_tests.sh

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -141,7 +141,7 @@ if [ "$DB_TYPE" == "sqlite" ]; then
141141
echo "Importing seed data ..."
142142
sqlite3 wakapi_testing.db < data.sql
143143

144-
start_wakapi_background "../wakapi" "$config"
144+
start_wakapi_background "../hackatime" "$config"
145145
echo "Running test collection ..."
146146
if ! newman run "wakapi_api_tests.postman_collection.json"; then
147147
echo "newman failed"

0 commit comments

Comments
 (0)