Skip to content

Commit 89db769

Browse files
authored
Provide correct URL to api reference (#747)
1 parent 3d7de25 commit 89db769

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

tests/Unit/Input/ListTablesInputTest.php

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -14,7 +14,7 @@ public function testRequest(): void
1414
'Limit' => 3,
1515
]);
1616

17-
// see https://docs.aws.amazon.com/dynamodb/latest/APIReference/API_POST.html
17+
// see https://docs.aws.amazon.com/amazondynamodb/latest/APIReference/API_POST.html
1818
$expected = '
1919
POST / HTTP/1.0
2020
Content-Type: application/x-amz-json-1.0

0 commit comments

Comments
 (0)