Skip to content

Commit

Permalink
chore: debian bullseye (fix metadata tests)
Browse files Browse the repository at this point in the history
  • Loading branch information
pnov authored and MrWarlockX committed Sep 29, 2021
1 parent 6551f25 commit 63f8344
Showing 1 changed file with 5 additions and 0 deletions.
5 changes: 5 additions & 0 deletions tests/db_access/metadata.cpp
Original file line number Diff line number Diff line change
Expand Up @@ -88,6 +88,11 @@ go_bandit([](){
auto& s = getSettingsRef();
Connection connection{s.database, s.user, s.password, s.host, s.port};

{
auto query = connection.makeQuery("SET NAMES latin1");
query.execute();
}

it("can do StoreQuery metadata", [&](){
auto query = connection.makeQuery(queryString);
query.execute();
Expand Down

0 comments on commit 63f8344

Please sign in to comment.