Skip to content

Commit

Permalink
Also fix URL in tests
Browse files Browse the repository at this point in the history
  • Loading branch information
renekorss committed Mar 26, 2021
1 parent 6d6b5b5 commit 9eadd58
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions tests/EE/LiisiTest.php
Original file line number Diff line number Diff line change
Expand Up @@ -19,8 +19,8 @@ class LiisiTest extends SEBTest
'auth' => 'https://klient.liisi.ee/api/ipizza/'
];
protected $testRequestUrl = [
'payment' => 'https://prelive.liisi.ee:8953/api/ipizza/',
'auth' => 'https://prelive.liisi.ee:8953/api/ipizza/'
'payment' => 'https://prelive.liisi.ee/api/ipizza/',
'auth' => 'https://prelive.liisi.ee/api/ipizza/'
];

/**
Expand Down

0 comments on commit 9eadd58

Please sign in to comment.