Skip to content

Commit 239a5b7

Browse files
committed
static test for futuresConstituents updated
1 parent b40c60c commit 239a5b7

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

tests/BinanceStaticTests.php

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1665,7 +1665,7 @@ public function testFuturesConstituents()
16651665
} catch (\Throwable $e) {
16661666

16671667
}
1668-
$endpoint = "https://fapi.binance.com/fapi/v1/indexInfo?";
1668+
$endpoint = "https://fapi.binance.com/fapi/v1/constituents?";
16691669
$this->assertTrue(str_starts_with(self::$capturedUrl, $endpoint));
16701670

16711671
$queryString = substr(self::$capturedUrl, strlen($endpoint));

0 commit comments

Comments
 (0)