fix: suppress noisy cleanup warnings in pytest and fix fleet test auth

This commit is contained in:
2026-04-09 01:05:34 -04:00
parent 9dc6ff3887
commit 0123e1c69e
6 changed files with 34 additions and 6 deletions

View File

@@ -196,8 +196,8 @@ const LiveLogs: React.FC = () => {
onClick={handleToggleLive}
style={{
display: 'flex', alignItems: 'center', gap: '8px',
border: `1px solid ${streaming ? 'var(--text-color)' : 'var(--border-color)'}`,
color: streaming ? 'var(--text-color)' : 'var(--dim-color)',
border: `1px solid ${streaming ? 'var(--text-color)' : 'var(--accent-color)'}`,
color: streaming ? 'var(--text-color)' : 'var(--accent-color)',
minWidth: '120px', justifyContent: 'center'
}}
>