Skip to content

Commit ed4bb3e

Browse files
committed
Fix Connection string for test
1 parent 7efa00c commit ed4bb3e

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

test/ConnectionFactoryTest/App.config

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -12,7 +12,7 @@
1212
<compilation debug="true" targetFramework="4.0.3" />
1313
</system.web>
1414
<connectionStrings>
15-
<add name="AppVeyor" connectionString="Data Source=.\sqlexpress;Initial Catalog=dtb_PortalDAT;Integrated Security=True"
15+
<add name="AppVeyor" connectionString="Server=(local)\SQL2016;Database=tempdb;User ID=sa;Password=Password12!"
1616
providerName="System.Data.SqlClient" />
1717

1818
<add name="teste" connectionString="Data Source=.\sqlexpress;Initial Catalog=dtb_PortalDAT;Integrated Security=True"

0 commit comments

Comments
 (0)