From 2472af387b0e94aa9a5de76fea4db53eec465203 Mon Sep 17 00:00:00 2001 From: Michael Chisholm Date: Wed, 11 Mar 2020 15:21:34 -0400 Subject: [PATCH] Change a SWID tagId in a unit test from a UUID to something more plausible. --- stix2/test/v21/test_observed_data.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/stix2/test/v21/test_observed_data.py b/stix2/test/v21/test_observed_data.py index 1854e40..abcbb7b 100644 --- a/stix2/test/v21/test_observed_data.py +++ b/stix2/test/v21/test_observed_data.py @@ -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", )