Skip to content

Commit

Permalink
[fix]テスト修正
Browse files Browse the repository at this point in the history
  • Loading branch information
kotanbo committed Feb 16, 2021
1 parent 114d89c commit bab29fb
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion Tests/Web/Admin/ShoppingMallConfigControllerTest.php
Original file line number Diff line number Diff line change
Expand Up @@ -42,7 +42,7 @@ public function testRouting()

$this->assertTrue($client->getResponse()->isSuccessful());

$this->assertContains('商品の外部販売サイトURL設定', $crawler->html());
$this->assertContains('ショップ用商品の外部販売サイトURL', $crawler->html());
}

/**
Expand Down

0 comments on commit bab29fb

Please sign in to comment.