We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent e351dbe commit d8e0a29Copy full SHA for d8e0a29
spec/fx/adapters/postgres/functions_spec.rb
@@ -36,8 +36,7 @@
36
37
expect(functions).to be_empty
38
39
- connection.execute "SET search_path = 'public';"
40
- connection.execute "DROP SCHEMA IF EXISTS other CASCADE;"
+ connection.execute "SET search_path = '$user,public';"
41
end
42
43
spec/fx/adapters/postgres/triggers_spec.rb
@@ -44,7 +44,7 @@
44
45
expect(triggers).to be_empty
46
47
+ connection.execute "SET search_path TO DEFAULT;"
48
49
50
0 commit comments