Skip to content

Commit

Permalink
Remove leaked API key
Browse files Browse the repository at this point in the history
  • Loading branch information
patchoulish committed Nov 8, 2024
1 parent d51ff12 commit 7fe7c15
Showing 1 changed file with 2 additions and 3 deletions.
5 changes: 2 additions & 3 deletions source/Kagi.Tests/KagiServiceTests.cs
Original file line number Diff line number Diff line change
Expand Up @@ -21,11 +21,10 @@ public sealed partial class KagiServiceTests
[TestInitialize]
public void Initialize()
{
var clientApiKey = "AgCA7gnvCwc.-SVgHlK0ITk8-2vJRtkNyT-NMm5REOSPpIAskwoE7Gc";

this.kagi =
new KagiService(
clientApiKey);
Environment.GetEnvironmentVariable(
"KAGI_API_KEY"));
}
}
}

0 comments on commit 7fe7c15

Please sign in to comment.