diff options
-rw-r--r-- | spec/controllers/api_controller_spec.rb | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/spec/controllers/api_controller_spec.rb b/spec/controllers/api_controller_spec.rb index e5422d48a..5a5496556 100644 --- a/spec/controllers/api_controller_spec.rb +++ b/spec/controllers/api_controller_spec.rb @@ -103,7 +103,7 @@ describe ApiController, "when using the API" do end it "should add a followup to a request" do - # First we need to create a request + # First we need an external request request_id = info_requests(:external_request).id # Initially it has one outgoing message |