commit | 84c6d5e8c6c3f452b28ac09f8247973b517593e5 | [log] [tgz] |
---|---|---|
author | Treehugger Robot <android-test-infra-autosubmit@system.gserviceaccount.com> | Mon Apr 15 22:26:58 2024 +0000 |
committer | Gerrit Code Review <noreply-gerritcodereview@google.com> | Mon Apr 15 22:26:58 2024 +0000 |
tree | 4d2abc1839e33a7509c4bdc37fea71d33072c70a | |
parent | e23e4504870f7ff262bc237a80db531ee4f8df6c [diff] | |
parent | 73e55bdbcf03a990fafd06abc585e1d2521b9c18 [diff] |
Merge "Update VTS SupplicantStaIfaceAidlTest#SetCountryCode to US" into main
diff --git a/wifi/supplicant/aidl/vts/functional/supplicant_sta_iface_aidl_test.cpp b/wifi/supplicant/aidl/vts/functional/supplicant_sta_iface_aidl_test.cpp index 5d00485..4768005 100644 --- a/wifi/supplicant/aidl/vts/functional/supplicant_sta_iface_aidl_test.cpp +++ b/wifi/supplicant/aidl/vts/functional/supplicant_sta_iface_aidl_test.cpp
@@ -407,7 +407,7 @@ * SetCountryCode */ TEST_P(SupplicantStaIfaceAidlTest, SetCountryCode) { - const std::vector<uint8_t> countryCode = {'M', 'X'}; + const std::vector<uint8_t> countryCode = {'U', 'S'}; EXPECT_TRUE(sta_iface_->setCountryCode(countryCode).isOk()); }