Skip to content

Commit

Permalink
Update data sample for testing
Browse files Browse the repository at this point in the history
  • Loading branch information
gregocgt committed Feb 27, 2019
1 parent 913d02c commit 955c256
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions tests/data_sample.py
Original file line number Diff line number Diff line change
Expand Up @@ -2,9 +2,9 @@
# -*-coding:Utf-8 -*
##########################################################

SERVER = 'xxxx'
USER = 'xxxx'
PWD = 'xxxx'
SERVER = '192.168.56.254'
USER = 'apiuser'
PWD = 'apipwd'
PARAMETERS = {
'site_name': 'site_pytohn_lib_test',
'description':'test site'
Expand Down

0 comments on commit 955c256

Please sign in to comment.