Skip to content

Commit b4e71d4

Browse files
committed
Moving SecretsRepositoryTests to integration tests project
1 parent 7ad054a commit b4e71d4

File tree

3 files changed

+2
-2
lines changed

3 files changed

+2
-2
lines changed

test/WebJobs.Script.Tests/Security/SecretsRepositoryTests.cs renamed to test/WebJobs.Script.Tests.Integration/Host/SecretsRepositoryTests.cs

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -15,7 +15,7 @@
1515
using WebJobs.Script.Tests;
1616
using Xunit;
1717

18-
namespace Microsoft.Azure.WebJobs.Script.Tests.Security
18+
namespace Microsoft.Azure.WebJobs.Script.Tests
1919
{
2020
public class SecretsRepositoryTests : IClassFixture<SecretsRepositoryTests.Fixture>
2121
{

test/WebJobs.Script.Tests.Integration/WebJobs.Script.Tests.Integration.csproj

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -409,6 +409,7 @@
409409
<Compile Include="BashEndToEndTests.cs" />
410410
<Compile Include="BlobLeaseManagerTests.cs" />
411411
<Compile Include="GlobalSuppressions.cs" />
412+
<Compile Include="Host\SecretsRepositoryTests.cs" />
412413
<Compile Include="Host\WebScriptHostManagerTimeoutTests.cs" />
413414
<Compile Include="NodeContentTests.cs" />
414415
<Compile Include="Controllers\ControllerScenarioTestFixture.cs" />

test/WebJobs.Script.Tests/WebJobs.Script.Tests.csproj

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -537,7 +537,6 @@
537537
</Compile>
538538
<Compile Include="ScriptHostTests.cs" />
539539
<Compile Include="ScriptSettingsManagerTests.cs" />
540-
<Compile Include="Security\SecretsRepositoryTests.cs" />
541540
<Compile Include="Security\ScriptSecretSerializerTests.cs" />
542541
<Compile Include="Security\DataProtectionKeyValueConverterTests.cs" />
543542
<Compile Include="Security\ScriptSecretSerializerV0Tests.cs" />

0 commit comments

Comments
 (0)