Skip to content

Commit 69eb478

Browse files
committed
feat(tool): fix failing tests
1 parent f873cb3 commit 69eb478

File tree

1 file changed

+4
-0
lines changed

1 file changed

+4
-0
lines changed

test/test_vex_validate.py

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -300,6 +300,7 @@ def test_network_timeout(self, mock_load_local, mock_urlopen):
300300
"@context": "https://openvex.dev/ns/v0.2.0",
301301
"@id": "test-vex",
302302
"author": "test",
303+
"timestamp": "2025-01-01T00:00:00Z",
303304
"version": 1,
304305
"statements": [],
305306
}
@@ -325,6 +326,7 @@ def test_network_connection_error(self, mock_load_local, mock_urlopen):
325326
"@context": "https://openvex.dev/ns/v0.2.0",
326327
"@id": "test-vex",
327328
"author": "test",
329+
"timestamp": "2025-01-01T00:00:00Z",
328330
"version": 1,
329331
"statements": [],
330332
}
@@ -388,6 +390,8 @@ def test_utf8_encoding_handling(self):
388390
"@context": "https://openvex.dev/ns/v0.2.0",
389391
"@id": "test-vex-üñíçødé", # Non-ASCII characters
390392
"author": "Test Authör",
393+
"timestamp": "2025-01-01T00:00:00Z",
394+
"version": 1,
391395
"statements": [
392396
{
393397
"vulnerability": {"name": "CVE-2024-0001"},

0 commit comments

Comments
 (0)