Talon/tests/snapshots/tests__api__website_versions.snap
ThetaDev ae59478dd6
All checks were successful
ci/woodpecker/push/woodpecker Pipeline was successful
tests: add API tests
2023-03-07 02:02:23 +01:00

22 lines
448 B
Text

---
source: tests/tests.rs
expression: versions
---
[
Version(
id: 1,
created_at: "2023-02-18T16:30:00Z",
data: {
"Deployed by": "https://github.com/Theta-Dev/Talon/actions/runs/1352014628",
"Version": "v0.1.0",
},
),
Version(
id: 2,
created_at: "2023-02-18T16:52:00Z",
data: {
"Deployed by": "https://github.com/Theta-Dev/Talon/actions/runs/1354755231",
"Version": "v0.1.1",
},
),
]