Skip to content

Commit d891f87

Browse files
author
rossbrandon
committed
MAGETWO-85063: Create a framework for dynamically composing what's new content
1 parent 5b71f9f commit d891f87

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

app/code/Magento/ReleaseNotification/Test/Unit/Model/ContentProvider/Http/HttpContentProviderTest.php

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -87,7 +87,7 @@ public function testGetContentSuccess()
8787
public function testGetContentFailure()
8888
{
8989
$version = '2.3.5';
90-
$edition = 'Enterprise';
90+
$edition = 'Community';
9191
$locale = 'fr_FR';
9292
$url = 'https://content.url.example/'. $version . '/' . $edition . '/' . $locale . '.json';
9393

@@ -109,7 +109,7 @@ public function testGetContentFailure()
109109
public function testGetContentSuccessOnLocaleDefault()
110110
{
111111
$version = '2.3.1';
112-
$edition = 'Enterprise';
112+
$edition = 'Community';
113113
$locale = 'fr_FR';
114114
$urlLocale = 'https://content.url.example/'. $version . '/' . $edition . '/' . $locale . '.json';
115115
$urlDefaultLocale = 'https://content.url.example/2.3.0/'. $version . '/' . $edition . '/en_US.json';

0 commit comments

Comments
 (0)