Skip to content

Commit

Permalink
fixed python test with . in base UR
Browse files Browse the repository at this point in the history
  • Loading branch information
Hovsep Mkrtchyan committed May 20, 2016
1 parent 7f2b179 commit eba3a94
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -73,7 +73,7 @@ def test_custom_base_uri_negative(self):
client.paths.get_empty("local")

def test_custom_base_uri_more_optiopns(self):
client = AutoRestParameterizedCustomHostTestClient("test12", "host.:3000")
client = AutoRestParameterizedCustomHostTestClient("test12", "host:3000")
client.paths.get_empty("http://lo", "cal", "key1")

if __name__ == '__main__':
Expand Down

0 comments on commit eba3a94

Please sign in to comment.