Skip to content

Commit dce1cbf

Browse files
committed
fix test
1 parent 540550f commit dce1cbf

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

tests/Backend/Api/Operation/CollectionTest.php

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -584,7 +584,7 @@ public function testPostWithScheme()
584584
$this->assertEquals(201, $response->getStatusCode(), $body);
585585
$this->assertSame(true, $data->success);
586586
$this->assertSame('Operation successfully created', $data->message);
587-
$this->assertContains($data->id, ['276', '277']); // postgres does not reset the auto increment so we need to check both
587+
$this->assertContains($data->id, ['277', '278']); // postgres does not reset the auto increment so we need to check both
588588

589589
// check database
590590
Assert::assertOperation($this->connection, OperationInterface::STABILITY_EXPERIMENTAL, 'test.bar', 'GET', '/foo/bar', 200, ['foo', 'baz'], $metadata);

0 commit comments

Comments
 (0)