Skip to content

Commit

Permalink
Fixed creds
Browse files Browse the repository at this point in the history
  • Loading branch information
AsafMah committed Nov 21, 2023
1 parent c675a17 commit 86a6255
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion azure-kusto-ingest/tests/test_e2e_ingest.py
Original file line number Diff line number Diff line change
Expand Up @@ -157,7 +157,7 @@ def engine_kcsb_from_env(cls, is_async=False) -> KustoConnectionStringBuilder:

@classmethod
def dm_kcsb_from_env(cls) -> KustoConnectionStringBuilder:
return KustoConnectionStringBuilder.with_azure_token_credential(cls.dm_cs, credential=cls.cred)
return KustoConnectionStringBuilder.with_azure_token_credential(cls.dm_cs, credential=cls.cred())

@classmethod
def setup_class(cls):
Expand Down

0 comments on commit 86a6255

Please sign in to comment.