Skip to content

Commit a9edbf4

Browse files
committedMay 3, 2024
fix accidental checkin
1 parent 1f279c0 commit a9edbf4

File tree

1 file changed

+0
-3
lines changed

1 file changed

+0
-3
lines changed
 

‎src/python_testing/post_certification_tests/post-cert-checks.py

-3
Original file line numberDiff line numberDiff line change
@@ -137,9 +137,6 @@ async def setup_class(self):
137137
self.pid = await self.read_single_attribute_check_success(cluster=bi, attribute=bi.Attributes.ProductID)
138138
self.software_version = await self.read_single_attribute_check_success(cluster=bi, attribute=bi.Attributes.SoftwareVersion)
139139
self.url = fetch_paa_certs_from_dcl.PRODUCTION_NODE_URL_REST
140-
self.vid = 0x6006
141-
self.pid = 1
142-
self.software_version = 1300
143140

144141
def steps_Vendor(self):
145142
return [TestStep(1, "Check if device VID is listed in the DCL vendor schema", "Listing found")]

0 commit comments

Comments
 (0)