Skip to content

Commit

Permalink
Update test/media/get_service_capabilities_test.exs
Browse files Browse the repository at this point in the history
  • Loading branch information
waranlogesh authored Jun 26, 2024
1 parent 83b622f commit efc1fc3
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion test/media/get_service_capabilities_test.exs
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@ defmodule Onvif.Media.Ver10.GetServiceCapabilitiesTest do
@moduletag capture_log: true

describe "GetServiceCapabilities/1" do
test "should parse with correct dvalues and defaults for non existing attributes" do
test "should parse with correct values and defaults for non existing attributes" do
xml_response = File.read!("test/media/ver10/fixtures/get_service_capabilities_response.xml")

device = Onvif.Factory.device()
Expand Down

0 comments on commit efc1fc3

Please sign in to comment.