Skip to content

Commit ce38712

Browse files
committed
resolve comments 2
1 parent 15733d2 commit ce38712

File tree

5 files changed

+181
-126
lines changed

5 files changed

+181
-126
lines changed

src/ResourceManager/DataFactories/Commands.DataFactories.Test/Commands.DataFactories.Test.csproj

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -249,6 +249,9 @@
249249
<None Include="SessionRecords\Microsoft.Azure.Commands.DataFactories.Test.DataFactoryGatewayTests\TestCreateDataFactoryGatewayWithDataFactoryParameter.json">
250250
<CopyToOutputDirectory>PreserveNewest</CopyToOutputDirectory>
251251
</None>
252+
<None Include="SessionRecords\Microsoft.Azure.Commands.DataFactories.Test.DataFactoryGatewayTests\TestDataFactoryGatewayAuthKey.json">
253+
<CopyToOutputDirectory>PreserveNewest</CopyToOutputDirectory>
254+
</None>
252255
<None Include="SessionRecords\Microsoft.Azure.Commands.DataFactories.Test.DataFactoryGatewayTests\TestGetNonExistingDataFactoryGateway.json">
253256
<CopyToOutputDirectory>PreserveNewest</CopyToOutputDirectory>
254257
</None>

src/ResourceManager/DataFactories/Commands.DataFactories.Test/ScenarioTests/DataFactoryGatewayTests.cs

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -38,6 +38,7 @@ public void TestCreateDataFactoryGateway()
3838
}
3939

4040
[Fact]
41+
[Trait(Category.AcceptanceType, Category.CheckIn)]
4142
public void TestDataFactoryGatewayAuthKey()
4243
{
4344
RunPowerShellTest("Test-DataFactoryGatewayAuthKey");

0 commit comments

Comments
 (0)