We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 86ac944 commit a710460Copy full SHA for a710460
logging/spec/sample_spec.rb
@@ -140,7 +140,7 @@ def cleanup!
140
entries = []
141
142
wait_until {
143
- entries = m.call(filter: %Q{logName="#{my_application_log_name}"})
+ entries = m.call filter: %Q{logName="#{my_application_log_name}"}
144
entries.any?
145
}
146
@@ -209,7 +209,7 @@ def cleanup!
209
current_time = Time.now.to_f
210
211
entries = @logging.entries(
212
- filter: %Q{logName="projects/#{@project_id}/logs/my_application_log"},
+ filter: %Q{logName="projects/#{@project_id}/logs/my_application_log"}
213
)
214
entry = entries.detect { |e| e.payload.include? "time #{current_time}" }
215
expect(entry).to be nil
0 commit comments