Skip to content

Commit f2e6ade

Browse files
committed
fix: Regional API domain processing
1 parent b5dbfe1 commit f2e6ade

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

spec/rest/client_spec.rb

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -37,7 +37,7 @@
3737
expect(@client.auth_token).to eq('myPassword')
3838
expect(@client.http_client).to eq('myClient')
3939
expect(@client.region).to eq('myRegion')
40-
expect(@client.edge).to eq("myEdge")
40+
expect(@client.edge).to eq('myEdge')
4141
expect(@client.logger).to eq('myLogger')
4242
end
4343

0 commit comments

Comments
 (0)