Skip to content

Commit f7515f0

Browse files
author
m-tanabe
committed
Fix default env for test
1 parent a1e6b6d commit f7515f0

2 files changed

Lines changed: 2 additions & 4 deletions

File tree

caliper/.env.testing

Lines changed: 1 addition & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -16,6 +16,4 @@ DB_EPPN_DATABASE=eppn_test
1616
DB_EPPN_USERNAME=eppnuser_test
1717
DB_EPPN_PORT=5432
1818

19-
OPENLRW_HOST='localhost:9966/key/caliper'
20-
21-
EXCLUDED_ORIGINS=origin1,origin2
19+
OPENLRW_HOST='localhost:9966/key/caliper'

caliper/tests/Feature/LoggingTest.php

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -21,7 +21,7 @@ public function testExecutionLog()
2121
'execution_logs',
2222
[
2323
'id' => 1,
24-
'translated' => 13,
24+
'translated' => 15,
2525
'failed' => 1,
2626
'last_id' => 17,
2727
],

0 commit comments

Comments
 (0)