Skip to content

Commit

Permalink
*Update name in query client
Browse files Browse the repository at this point in the history
  • Loading branch information
ag-ramachandran committed Dec 11, 2023
1 parent 1dc7edc commit 625be71
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion e2e/e2e.rb
Original file line number Diff line number Diff line change
Expand Up @@ -138,7 +138,7 @@ def assert_data

def start
@query_client = $kusto_java.data.ClientFactory.createClient($kusto_java.data.auth.ConnectionStringBuilder::createWithAadApplicationCredentials(@engine_url, @app_id,
@app_kay, @tenant_id))
@app_key, @tenant_id))
create_table_and_mapping
run_logstash
assert_data
Expand Down

0 comments on commit 625be71

Please sign in to comment.