Skip to content

Commit d4e804f

Browse files
authored
Merge pull request #20 from geeklearningio/hotfix/0.3.1
Fix environment name
2 parents 8d06e63 + 5eeb524 commit d4e804f

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/GeekLearning.Test.Integration/Environment/TestStartupConfigurationService.cs

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -31,7 +31,7 @@ public virtual void Configure(IApplicationBuilder app, IHostingEnvironment env,
3131

3232
public virtual void ConfigureEnvironment(IHostingEnvironment env)
3333
{
34-
//env.EnvironmentName = "Test";
34+
env.EnvironmentName = "Test";
3535
}
3636

3737
public virtual void ConfigureService(IServiceCollection services, IConfigurationRoot configuration)

0 commit comments

Comments
 (0)