mirror of
https://github.com/open-metadata/OpenMetadata.git
synced 2025-08-19 14:37:52 +00:00
MINOR - Fix validate compose CI (#16205)
This commit is contained in:
parent
fa66b55806
commit
4d75ce03bd
@ -4,12 +4,12 @@ from typing import Tuple
|
||||
|
||||
import requests
|
||||
from metadata.utils.logger import log_ansi_encoded_string
|
||||
from metadata.cli.docker import REQUESTS_TIMEOUT
|
||||
from requests.auth import HTTPBasicAuth
|
||||
|
||||
|
||||
HEADER_JSON = {"Content-Type": "application/json"}
|
||||
BASIC_AUTH = HTTPBasicAuth("admin", "admin")
|
||||
REQUESTS_TIMEOUT = 60 * 5
|
||||
|
||||
|
||||
def get_last_run_info() -> Tuple[str, str]:
|
||||
|
Loading…
x
Reference in New Issue
Block a user