Skip to content

Commit 0d4ee88

Browse files
committed
Missing app.config setting in acceptance tests
1 parent bd87442 commit 0d4ee88

File tree

1 file changed

+4
-0
lines changed

1 file changed

+4
-0
lines changed

src/ServiceControl.AcceptanceTests/App.config

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,9 @@
11
<?xml version="1.0" encoding="utf-8"?>
22
<configuration>
3+
<appSettings>
4+
</appSettings>
5+
<connectionStrings>
6+
</connectionStrings>
37
<runtime>
48
<assemblyBinding xmlns="urn:schemas-microsoft-com:asm.v1">
59
<dependentAssembly>

0 commit comments

Comments
 (0)