File tree Expand file tree Collapse file tree 1 file changed +2
-2
lines changed
app/code/Magento/ReleaseNotification/Test/Unit/Model/ContentProvider/Http Expand file tree Collapse file tree 1 file changed +2
-2
lines changed Original file line number Diff line number Diff line change @@ -87,7 +87,7 @@ public function testGetContentSuccess()
87
87
public function testGetContentFailure ()
88
88
{
89
89
$ version = '2.3.5 ' ;
90
- $ edition = 'Enterprise ' ;
90
+ $ edition = 'Community ' ;
91
91
$ locale = 'fr_FR ' ;
92
92
$ url = 'https://content.url.example/ ' . $ version . '/ ' . $ edition . '/ ' . $ locale . '.json ' ;
93
93
@@ -109,7 +109,7 @@ public function testGetContentFailure()
109
109
public function testGetContentSuccessOnLocaleDefault ()
110
110
{
111
111
$ version = '2.3.1 ' ;
112
- $ edition = 'Enterprise ' ;
112
+ $ edition = 'Community ' ;
113
113
$ locale = 'fr_FR ' ;
114
114
$ urlLocale = 'https://content.url.example/ ' . $ version . '/ ' . $ edition . '/ ' . $ locale . '.json ' ;
115
115
$ urlDefaultLocale = 'https://content.url.example/2.3.0/ ' . $ version . '/ ' . $ edition . '/en_US.json ' ;
You can’t perform that action at this time.
0 commit comments