Skip to content

Commit a12f006

Browse files
committed
test update
1 parent c828372 commit a12f006

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

tests/ShopifyAdminConnectorTest.php

+1-1
Original file line numberDiff line numberDiff line change
@@ -20,7 +20,7 @@ public function testBasicData()
2020
$connector = $this->getInstance();
2121

2222
//
23-
$this->assertEquals('https://test-borasonet.myshopify.com/admin/api/2023-04/graphql.json', $connector->resolveBaseUrl());
23+
$this->assertStringContainsString('.myshopify.com/admin/api/2023-04/graphql.json', $connector->resolveBaseUrl());
2424
$this->assertEquals(15, $connector->defaultConfig()['timeout']);
2525
}
2626
}

0 commit comments

Comments
 (0)