MINOR - Fix validate compose CI (#16205)

This commit is contained in:
Pere Miquel Brull 2024-05-10 06:44:27 +02:00 committed by GitHub
parent fa66b55806
commit 4d75ce03bd
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194

View File

@ -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]: