Skip to content

Commit

Permalink
remove api key, have killed that key anyway
Browse files Browse the repository at this point in the history
  • Loading branch information
ctolkien committed Jul 10, 2017
1 parent 39dd5b3 commit e8bf5ce
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion tests/TinyPng.Tests/TinyPngTests.cs
Original file line number Diff line number Diff line change
Expand Up @@ -9,7 +9,7 @@ namespace TinyPng.Tests
{
public class TinyPngTests
{
const string apiKey = "mRkbLrjAbbXSV3yYetH_LZ7EVPfV6Jul";
const string apiKey = "lolwat";

internal const string Cat = "Resources/cat.jpg";
internal const string CompressedCat = "Resources/compressedcat.jpg";
Expand Down

0 comments on commit e8bf5ce

Please sign in to comment.