Skip to content

Commit

Permalink
test(e2e): fix patch check endpoint
Browse files Browse the repository at this point in the history
  • Loading branch information
felangel committed Oct 2, 2023
1 parent 8068909 commit a975dd6
Showing 1 changed file with 3 additions and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -264,7 +264,9 @@ Future<bool> isPatchAvailable({
required String channel,
}) async {
final response = await http.post(
Uri.parse(Platform.environment['SHOREBIRD_HOSTED_URL']!),
Uri.parse(Platform.environment['SHOREBIRD_HOSTED_URL']!).replace(
path: '/api/v1/patches/check',
),
body: jsonEncode(
{
'release_version': releaseVersion,
Expand Down

0 comments on commit a975dd6

Please sign in to comment.