Skip to content

Commit

Permalink
Update real-world-test.sh
Browse files Browse the repository at this point in the history
  • Loading branch information
kernoeb committed Oct 29, 2024
1 parent 264c5c7 commit 33d2fa5
Showing 1 changed file with 4 additions and 4 deletions.
8 changes: 4 additions & 4 deletions test/real-world/real-world-test.sh
Original file line number Diff line number Diff line change
Expand Up @@ -71,11 +71,11 @@ fi

echo "URLS working!"

#DEFAULT_PLANNING_FULL_ID="iutdevannes.butdutinfo.1ereannee.gr1a.gr1a1"
DEFAULT_PLANNING_FULL_ID="insa-rennes.ma.s5-ma"
export #DEFAULT_PLANNING_FULL_ID="iutdevannes.butdutinfo.1ereannee.gr1a.gr1a1"
export DEFAULT_PLANNING_FULL_ID="insa-rennes.ma.s5-ma"

function get_calendar() {
curl -s -X GET ${BASE_URL}/calendars?p="$DEFAULT_PLANNING_FULL_ID"
curl -s -X GET "${BASE_URL}/calendars?p=${DEFAULT_PLANNING_FULL_ID}"
}

i=0
Expand All @@ -94,7 +94,7 @@ fi
echo "CALENDAR working!"

function get_calendar_info() {
curl -s -X GET ${BASE_URL}/calendars/info?p="$DEFAULT_PLANNING_FULL_ID"
curl -s -X GET "${BASE_URL}/calendars/info?p=${DEFAULT_PLANNING_FULL_ID}"
}

i=0
Expand Down

0 comments on commit 33d2fa5

Please sign in to comment.