Private GIT

Skip to content
Snippets Groups Projects
Commit 8d070b06 authored by fmonthel's avatar fmonthel
Browse files

Update IP for test

parent 951f9af8
Branches
No related tags found
No related merge requests found
import gandi_ddns as script
import socket
def test_get_ip():
assert script.get_ip() == 'test-toto'
\ No newline at end of file
assert script.get_ip() == socket.gethostbyname(socket.gethostname())
\ No newline at end of file
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment