You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: spec/lib/endpoint_url_spec.rb
+1-1Lines changed: 1 addition & 1 deletion
Original file line number
Diff line number
Diff line change
@@ -26,7 +26,7 @@
26
26
end
27
27
28
28
it'logs error and returns nil'do
29
-
expect(Rails.logger).toreceive(:error).with(/Failed to read GEOSERVER_URL_FILE/)
29
+
expect(Rails.logger).toreceive(:error).with("[EndpointUrl] Failed to read test_server's URL from secrets file.No such file or directory @ rb_sysopen - nonexistent_file.txt")
0 commit comments