소스 검색

Updates publish fixed labels

Christopher Mullins 6 년 전
부모
커밋
908df1cd13
1개의 변경된 파일1개의 추가작업 그리고 1개의 파일을 삭제
  1. 1 1
      test/remote/spec/mqtt_spec.rb

+ 1 - 1
test/remote/spec/mqtt_spec.rb

@@ -457,7 +457,7 @@ RSpec.describe 'MQTT' do
         @mqtt_client.wait_for_listeners
 
         expect(seen_alias).to eq('test_group')
-        expect(seen_state['status']).to eq('ON')
+        expect(seen_state['state']).to eq('ON')
       end
 
       it 'should delete retained alias messages' do