Skip to content

Commit

Permalink
style(ingest): remove extra whitespace
Browse files Browse the repository at this point in the history
  • Loading branch information
mayurinehate committed Nov 17, 2021
1 parent ce60935 commit ea69282
Showing 1 changed file with 1 addition and 1 deletion.
Expand Up @@ -108,7 +108,7 @@ def test_kafka_connect_ingest(docker_compose_runner, pytestconfig, tmp_path, moc
"mode": "incrementing",
"incrementing.column.name": "id",
"query": "select * from member",
"topic.prefix": "query-topic",
"topic.prefix": "query-topic",
"tasks.max": "1",
"connection.url": "${env:MYSQL_CONNECTION_URL}"
}
Expand Down

0 comments on commit ea69282

Please sign in to comment.