Skip to content
This repository has been archived by the owner on Nov 4, 2024. It is now read-only.

Commit

Permalink
fix: tests for var change
Browse files Browse the repository at this point in the history
  • Loading branch information
syed-awais-ali committed Oct 26, 2023
1 parent 016e124 commit 0ae1aa6
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion geoipupdate/test/test_geoip_update.py
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@
from unittest.mock import patch, MagicMock, mock_open
from testfixtures import TempDirectory

os.environ['LICENSE-KEY'] = '1234556'
os.environ['LICENSE_KEY'] = '1234556'
from ..geoip import match_sha256, write, download_file # noqa: E402


Expand Down

0 comments on commit 0ae1aa6

Please sign in to comment.