Skip to content

Commit d917c3e

Browse files
committed
Hopefully fixing websites test loading in netcore on linux.
1 parent a0b309c commit d917c3e

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/ResourceManager/Websites/Commands.Websites.Test/ScenarioTests/WebsitesController.cs

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -111,7 +111,7 @@ public void RunPsTestWorkflow(
111111
_helper.RMProfileModule,
112112
_helper.RMStorageDataPlaneModule,
113113
_helper.RMResourceModule,
114-
_helper.GetRMModulePath(@"AzureRM.WebSites.psd1"),
114+
_helper.GetRMModulePath(@"AzureRM.Websites.psd1"),
115115
"AzureRM.Storage.ps1",
116116
"AzureRM.Resources.ps1");
117117

0 commit comments

Comments
 (0)