We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent cff8012 commit bc14e0aCopy full SHA for bc14e0a
tests/integration/fixtures/test_iam.py
@@ -1,6 +1,5 @@
1
from databricks.sdk.service.workspace import ObjectType
2
3
-from databricks.labs.pytester.fixtures.iam import make_run_as
4
5
6
def test_new_user(make_user, ws):
tests/unit/fixtures/test_iam.py
@@ -16,6 +16,7 @@ def test_make_user_no_args() -> None:
16
ctx['ws'].users.create.assert_called_once()
17
ctx['ws'].users.delete.assert_called_once()
18
19
+
20
def test_make_run_as_no_args() -> None:
21
ctx, run_as = call_stateful(make_run_as)
22
assert ctx is not None
0 commit comments