Fixed UUID format

Bug: fixed UUID format on line 170
Test: N/A
Change-Id: I0eb93cc74620dbb537eb1a81b9bece34409435ad
diff --git a/acts/tests/google/wifi/WifiIOTtpeTest.py b/acts/tests/google/wifi/WifiIOTtpeTest.py
index ef2d6ec..979a434 100644
--- a/acts/tests/google/wifi/WifiIOTtpeTest.py
+++ b/acts/tests/google/wifi/WifiIOTtpeTest.py
@@ -167,7 +167,7 @@
         ssid_key = self.current_test_name.replace(self.iot_test_prefix, "")
         self.connect_to_wifi_network_and_run_iperf(self.ssid_map[ssid_key])
 
-    @test_tracker_info(uuid="6908039b-ccc9-4777-a0f1-3494ce642014)
+    @test_tracker_info(uuid="6908039b-ccc9-4777-a0f1-3494ce642014")
     def test_iot_connection_to_ASUS_RT_AC54U_2G(self):
         ssid_key = self.current_test_name.replace(self.iot_test_prefix, "")
         self.connect_to_wifi_network_and_run_iperf(self.ssid_map[ssid_key])