aboutsummaryrefslogtreecommitdiffstats
path: root/spec/views/public_body/show.rhtml_spec.rb
diff options
context:
space:
mode:
Diffstat (limited to 'spec/views/public_body/show.rhtml_spec.rb')
-rw-r--r--spec/views/public_body/show.rhtml_spec.rb4
1 files changed, 2 insertions, 2 deletions
diff --git a/spec/views/public_body/show.rhtml_spec.rb b/spec/views/public_body/show.rhtml_spec.rb
index a37d8be0d..8b7385954 100644
--- a/spec/views/public_body/show.rhtml_spec.rb
+++ b/spec/views/public_body/show.rhtml_spec.rb
@@ -102,8 +102,8 @@ def mock_event
:info_request => mock_model(InfoRequest,
:title => 'Title',
:url_title => 'title',
- :display_status => 'awaiting_response',
- :calculate_status => 'awaiting_response',
+ :display_status => 'waiting_response',
+ :calculate_status => 'waiting_response',
:public_body => @pb,
:user => mock_model(User, :name => 'Test User', :url_name => 'testuser')
),