Skip to content

Commit

Permalink
[DE-827] Fix java tests with new site
Browse files Browse the repository at this point in the history
  • Loading branch information
maciej-nedza committed May 16, 2024
1 parent a603227 commit 8ff17f7
Showing 1 changed file with 2 additions and 2 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -4,11 +4,11 @@
import com.maxio.advancedbilling.models.InvoiceSeller;

public class TestFixtures {
private static final Integer DEFAULT_SITE_ID = 4512;
private static final Integer DEFAULT_SITE_ID = 86550;
public static final Integer SITE_ID = getSiteId();

public static final InvoiceSeller INVOICE_SELLER = new InvoiceSeller.Builder()
.name("Developer Experience")
.name("Root Testing RUIC")
.address(new InvoiceAddress.Builder()
.street("Asdf Street")
.line2("123/444")
Expand Down

0 comments on commit 8ff17f7

Please sign in to comment.