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 c547526 commit c0b22d7Copy full SHA for c0b22d7
glean/tests/core/upload/index.spec.ts
@@ -212,7 +212,7 @@ describe("PingUploader", function() {
212
const headers = postSpy.firstCall.args[2] || {};
213
214
assert.strictEqual(documentId, expectedDocumentId);
215
- assert.strictEqual(appId, Context.applicationId)
+ assert.strictEqual(appId, Context.applicationId);
216
217
assert.ok("Date" in headers);
218
assert.ok("User-Agent" in headers);
0 commit comments