Skip to content

Commit d7a45c2

Browse files
author
gdgate
authored
Merge pull request #1694 from hung-nguyen-hoang/TMA-1684-Ex
BUGFIX: TMA-1684 Fixing failed test error handling in development environment mode Reviewed-by: https://github.com/danh-ung
2 parents dabcaf3 + 54b7c08 commit d7a45c2

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

spec/integration/core/connection_spec.rb

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -61,7 +61,7 @@
6161
begin
6262
c.post('/gdc/projects', 'project' => {})
6363
rescue StandardError => e
64-
expect { puts e }.to output(/Key 'meta' is compulsory/).to_stdout
64+
expect { puts e }.to output(/400 Bad Request/).to_stdout
6565
end
6666
end
6767
end

0 commit comments

Comments
 (0)