Skip to content

SI-2213-amd-addr-reset-event #852

SI-2213-amd-addr-reset-event

SI-2213-amd-addr-reset-event #852

Triggered via pull request December 19, 2023 14:26
Status Failure
Total duration 6m 31s
Artifacts

test.yml

on: pull_request
Fit to window
Zoom out
Zoom in

Annotations

3 errors and 1 warning
tests: internal/constants/regions_service_test.go#L49
regions_service_test.go:49: Error Trace: /runner/_work/devices-api/devices-api/internal/constants/regions_service_test.go:49 Error: Not equal: expected: &constants.CountryInfo{Name:"United States of America", Alpha3:"USA", Alpha2:"US", Region:"Americas", SubRegion:"Northern America", RegionCode:19, SubRegionCode:21, LoraRegion:""} actual : &constants.CountryInfo{Name:"United States of America", Alpha3:"USA", Alpha2:"US", Region:"Americas", SubRegion:"Northern America", RegionCode:19, SubRegionCode:21, LoraRegion:"US915"} Diff: --- Expected +++ Actual @@ -8,3 +8,3 @@ SubRegionCode: (int) 21, - LoraRegion: (string) "" + LoraRegion: (string) (len=5) "US915" }) Test: TestFindRegionForCountry/find_existing_country
tests: internal/constants/regions_service_test.go#L49
regions_service_test.go:49: Error Trace: /runner/_work/devices-api/devices-api/internal/constants/regions_service_test.go:49 Error: Not equal: expected: &constants.CountryInfo{Name:"Ukraine", Alpha3:"UKR", Alpha2:"UA", Region:"Europe", SubRegion:"Eastern Europe", RegionCode:150, SubRegionCode:151, LoraRegion:""} actual : &constants.CountryInfo{Name:"Ukraine", Alpha3:"UKR", Alpha2:"UA", Region:"Europe", SubRegion:"Eastern Europe", RegionCode:150, SubRegionCode:151, LoraRegion:"EU868"} Diff: --- Expected +++ Actual @@ -8,3 +8,3 @@ SubRegionCode: (int) 151, - LoraRegion: (string) "" + LoraRegion: (string) (len=5) "EU868" }) Test: TestFindRegionForCountry/find_existing_country#01
tests
Process completed with exit code 1.
tests
Restore cache failed: Dependencies file is not found in /runner/_work/devices-api/devices-api. Supported file pattern: go.sum