Skip to content

Commit

Permalink
stateless tests: fix linter
Browse files Browse the repository at this point in the history
  • Loading branch information
fm4v committed Mar 26, 2024
1 parent 6de0c21 commit 02f486a
Showing 1 changed file with 2 additions and 2 deletions.
Expand Up @@ -5,8 +5,8 @@ CURDIR=$(cd "$(dirname "${BASH_SOURCE[0]}")" && pwd)
. "$CURDIR"/../shell_config.sh

db=${CLICKHOUSE_DATABASE}
user1="user1_03006_$db_$RANDOM"
user2="user2_03006_$db_$RANDOM"
user1="user1_03006_${db}_$RANDOM"
user2="user2_03006_${db}_$RANDOM"

${CLICKHOUSE_CLIENT} --multiquery <<EOF
DROP DATABASE IF EXISTS $db;
Expand Down

0 comments on commit 02f486a

Please sign in to comment.