Change a SWID tagId in a unit test from a UUID to something

more plausible.
master
Michael Chisholm 2020-03-11 15:21:34 -04:00
parent 4e2b018272
commit 2472af387b
1 changed files with 1 additions and 1 deletions

View File

@ -1300,7 +1300,7 @@ def test_software_example():
s = stix2.v21.Software(
name="Word",
cpe="cpe:2.3:a:microsoft:word:2000:*:*:*:*:*:*:*",
swid="e2489b43-a436-47fd-9ea5-165ff0316114",
swid="com.acme.rms-ce-v4-1-5-0",
version="2002",
vendor="Microsoft",
)