File tree Expand file tree Collapse file tree 1 file changed +2
-2
lines changed Expand file tree Collapse file tree 1 file changed +2
-2
lines changed Original file line number Diff line number Diff line change @@ -85,7 +85,7 @@ def generate_client
85
85
end
86
86
87
87
it "gets the number of reply messages sent" do
88
- uri_template = Addressable ::Template . new Line ::Bot ::API ::DEFAULT_ENDPOINT + '/bot/message/delivery/reply?date={sended_date }'
88
+ uri_template = Addressable ::Template . new Line ::Bot ::API ::DEFAULT_ENDPOINT + '/bot/message/delivery/reply?date={sent_date }'
89
89
stub_request ( :get , uri_template ) . to_return ( body : DELIVERY_NUMBER_CONTENT , status : 200 )
90
90
91
91
client = generate_client
@@ -97,7 +97,7 @@ def generate_client
97
97
end
98
98
99
99
it "gets the number of push messages sent" do
100
- uri_template = Addressable ::Template . new Line ::Bot ::API ::DEFAULT_ENDPOINT + '/bot/message/delivery/push?date={sended_date }'
100
+ uri_template = Addressable ::Template . new Line ::Bot ::API ::DEFAULT_ENDPOINT + '/bot/message/delivery/push?date={sent_date }'
101
101
stub_request ( :get , uri_template ) . to_return ( body : DELIVERY_NUMBER_CONTENT , status : 200 )
102
102
103
103
client = generate_client
You can’t perform that action at this time.
0 commit comments