Skip to content

Commit

Permalink
Remove placeholder username from explicit tests
Browse files Browse the repository at this point in the history
  • Loading branch information
BlythMeister committed Sep 12, 2024
1 parent 9d9ef7a commit 3c5f055
Showing 1 changed file with 3 additions and 4 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -11,10 +11,9 @@ public class MsReportingServicesTests
[SetUp]
public void Setup()
{
//var reportingServicesUrl = "http://LOC-POPERINGE/ReportServer/ReportService2010.asmx";
var reportingServicesUrl = "http://btn-rs01.15b.local/ReportServer_NON1/ReportService2010.asmx";
var loginDomain = "15below";
var loginUser = "RS-Deploy-NON1";
var reportingServicesUrl = "http://localhost/ReportServer/ReportService2010.asmx";
var loginDomain = ".";
var loginUser = "";
var loginPassword = "";

sut = new MsReportingServices(reportingServicesUrl, loginDomain, loginUser, loginPassword);
Expand Down

0 comments on commit 3c5f055

Please sign in to comment.