Skip to content

Commit 3e37d38

Browse files
remove test fail-assert-debug
1 parent 2de5f9b commit 3e37d38

File tree

1 file changed

+0
-1
lines changed

1 file changed

+0
-1
lines changed

test/wif/test_wif_async.py

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -36,7 +36,6 @@ async def test_wif_defined_provider_async():
3636
"authenticator": "WORKLOAD_IDENTITY",
3737
"workload_identity_provider": PROVIDER,
3838
}
39-
assert connection_params == {}
4039
assert await connect_and_execute_simple_query_async(
4140
connection_params, EXPECTED_USERNAME
4241
), f"Failed to connect with using WIF using provider {PROVIDER}"

0 commit comments

Comments
 (0)