Read only for backend (#691)

Fixes #663
This commit is contained in:
cyan317
2023-06-14 13:05:37 +01:00
committed by GitHub
parent a76194d299
commit 5ce3fff788
8 changed files with 224 additions and 19 deletions

View File

@@ -61,7 +61,7 @@ protected:
SetUp() override
{
SyncAsioContextTest::SetUp();
backend = std::make_unique<CassandraBackend>(settingsProvider);
backend = std::make_unique<CassandraBackend>(settingsProvider, false);
}
void
TearDown() override