Skip to content

Commit b7ebc86

Browse files
committed
Use DEFAULT
1 parent 4fea30b commit b7ebc86

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

spec/fx/adapters/postgres/functions_spec.rb

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -36,7 +36,7 @@
3636

3737
expect(functions).to be_empty
3838

39-
connection.execute "SET search_path = '$user,public';"
39+
connection.execute "SET search_path TO DEFAULT;"
4040
connection.execute "DROP SCHEMA IF EXISTS other CASCADE;"
4141
end
4242
end

spec/fx/adapters/postgres/triggers_spec.rb

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -44,7 +44,7 @@
4444

4545
expect(triggers).to be_empty
4646

47-
connection.execute "SET search_path = '$user,public';"
47+
connection.execute "SET search_path TO DEFAULT;"
4848
connection.execute "DROP SCHEMA IF EXISTS other CASCADE;"
4949
end
5050
end

0 commit comments

Comments
 (0)