Skip to content

Commit 11b80bb

Browse files
Potential fix for pull request finding
Co-authored-by: Copilot Autofix powered by AI <175728472+Copilot@users.noreply.github.com>
1 parent 5ae1e91 commit 11b80bb

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

spec/unit/ai-config-spec.ts

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -313,7 +313,7 @@ describe("Unit - ai-config command", () => {
313313

314314
expect(Util.log).toHaveBeenCalledWith(jasmine.stringContaining("Skipping"));
315315
expect(GoogleAnalytics.post).toHaveBeenCalledWith(jasmine.objectContaining({ t: "screenview", cd: "Ai Config" }));
316-
expect(GoogleAnalytics.post).toHaveBeenCalledWith(jasmine.objectContaining({ t: "event", ea: "agent: " }));
316+
expect(GoogleAnalytics.post).toHaveBeenCalledWith(jasmine.objectContaining({ t: "event", ea: "agent: none" }));
317317
});
318318

319319
it("still configures MCP when none is selected for skills", async () => {

0 commit comments

Comments
 (0)