Skip to content

Commit 66a1e2c

Browse files
authored
Merge pull request #597 from zendesk/jury.razumau/live_specs
rename brand in live specs
2 parents ab34ca8 + 7622c2d commit 66a1e2c

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

spec/live/brand_spec.rb

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@
22

33
describe ZendeskAPI::Brand, :delete_after do
44
def valid_attributes
5-
{ :name => "awesomesauce_ruby_sdk_test", :subdomain => "zendeskapi#{SecureRandom.hex(3)}" }
5+
{ :name => "awesomesauce_ruby_sdk_test_brand", :subdomain => "zendeskapi#{SecureRandom.hex(3)}" }
66
end
77

88
it_should_be_creatable

0 commit comments

Comments
 (0)