Skip to content

Commit 5e40a1d

Browse files
committed
fix: tests
Signed-off-by: Damian Skrzyński <polprog.tech@gmail.com>
1 parent 8f1b00b commit 5e40a1d

3 files changed

Lines changed: 15 additions & 13 deletions

File tree

README.md

Lines changed: 1 addition & 13 deletions
Original file line numberDiff line numberDiff line change
@@ -1,17 +1,5 @@
11
<p align="center">
2-
<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 480 100" fill="none" width="420">
3-
<defs>
4-
<linearGradient id="bg" x1="0" y1="0" x2="96" y2="96">
5-
<stop offset="0%" stop-color="#fb6400"/>
6-
<stop offset="100%" stop-color="#e55500"/>
7-
</linearGradient>
8-
</defs>
9-
<rect x="10" y="2" width="96" height="96" rx="20" fill="url(#bg)"/>
10-
<path d="M58 20 L38 32 L38 56 Q38 72 58 80 Q78 72 78 56 L78 32 Z" stroke="white" stroke-width="4" fill="none"/>
11-
<path d="M48 50 L56 58 L70 40" stroke="white" stroke-width="4" stroke-linecap="round" stroke-linejoin="round" fill="none"/>
12-
<text x="122" y="46" font-family="system-ui,-apple-system,BlinkMacSystemFont,'Segoe UI',Roboto,sans-serif" font-size="38" font-weight="700" fill="#fb6400">AppSec<tspan fill="#334155">One</tspan></text>
13-
<text x="122" y="72" font-family="system-ui,-apple-system,BlinkMacSystemFont,'Segoe UI',Roboto,sans-serif" font-size="14" font-weight="400" fill="#9ca3af" letter-spacing="0.5">Security Posture &amp; Release Readiness Intelligence</text>
14-
</svg>
2+
<img src="docs/assets/logo.svg" alt="AppSecOne" width="420">
153
</p>
164

175
<p align="center">

docs/assets/logo.svg

Lines changed: 13 additions & 0 deletions
Loading

pyproject.toml

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -41,6 +41,7 @@ dev = [
4141
"httpx>=0.27.0",
4242
"ruff>=0.2.0",
4343
"respx>=0.22.0",
44+
"asgi-lifespan>=2.1.0",
4445
]
4546

4647
[project.scripts]

0 commit comments

Comments
 (0)