Skip to content

Commit e387df6

Browse files
committed
fix typo
1 parent 99dfe75 commit e387df6

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

superset/stackable/opa-authorizer/opa_authorizer/opa_manager.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -94,7 +94,7 @@ def get_opa_user_roles(self, username: str) -> set[str]:
9494
)
9595
input = {"input": {"username": username}}
9696
response = self.call_opa(
97-
url=f"{opa_url}v1/data/{package}/{rule}",
97+
url=f"{opa_url}/v1/data/{package}/{rule}",
9898
json=input,
9999
timeout=timeout,
100100
)

0 commit comments

Comments
 (0)