handle internal id vs integer id category in product photos

This commit is contained in:
2025-11-02 01:13:21 -07:00
parent f5da89cb19
commit 4ffafb781d
2 changed files with 20 additions and 3 deletions

View File

@@ -277,6 +277,7 @@ class ProductPhotosControllerTest extends BaseControllerTest
'enabled' => 1,
];
$this->post($url, $data);
// dd($this->_response);
$this->assertResponseCode(302);
$this->assertRedirectContains('product-photos');