Skip to content

Commit 984e2de

Browse files
authored
MariaDB version in CAPI pipeline has yet another error message. Make test more generic. (#4255)
1 parent 3c18edf commit 984e2de

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

spec/migrations/20250225132929_add_apps_file_based_service_binding_feature_columns_spec.rb

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -103,7 +103,7 @@
103103
it 'forbids setting both features to true' do
104104
run_migration
105105
expect { db[:apps].insert(guid: 'some_app', file_based_vcap_services_enabled: true, service_binding_k8s_enabled: true) }.to(raise_error do |error|
106-
expect(error.inspect).to include('only_one_sb_feature_enabled', 'violate')
106+
expect(error.inspect).to include('only_one_sb_feature_enabled')
107107
end)
108108
end
109109

0 commit comments

Comments
 (0)