Skip to content

Commit

Permalink
fixed build
Browse files Browse the repository at this point in the history
  • Loading branch information
OlenaKostash authored and AntyaDev committed Nov 5, 2024
2 parents a3db346 + 3f9ad1a commit 3480ff2
Show file tree
Hide file tree
Showing 2 changed files with 1 addition and 2 deletions.
1 change: 0 additions & 1 deletion examples/Demo/Program.cs
Original file line number Diff line number Diff line change
Expand Up @@ -45,7 +45,6 @@ public void Run()
.WithReportingSinks(_timescaleDbSink)
.WithTestSuite("reporting test")
.WithTestName("timescale_db_demo")
.WithSessionId("dasfvxcz214141-wfva1-221")
.Run();
}
}
2 changes: 1 addition & 1 deletion tests/NBomber.Sinks.Timescale.Tests/config.json
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
{
"StartDockerCompose": true,
"StartDockerCompose": false,

"DBSettings": {
"ConnectionString": "Host=localhost;Port=5432;Username=timescaledb;Password=timescaledb;Database=nb_studio_db;Pooling=true;Maximum Pool Size=300;"
Expand Down

0 comments on commit 3480ff2

Please sign in to comment.