Skip to content

Commit a74cbd6

Browse files
committed
Fix tests
1 parent 76333f7 commit a74cbd6

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

tests/Feature/ExportPostmanTest.php

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -182,11 +182,12 @@ public function test_rules_printing_get_export_works()
182182
->first();
183183

184184
$this->assertEqualsCanonicalizing([
185-
'raw' => '{{base_url}}/getWithFormRequest',
185+
'raw' => '{{base_url}}/example/getWithFormRequest',
186186
'host' => [
187187
'{{base_url}}'
188188
],
189189
'path' => [
190+
'example',
190191
'getWithFormRequest'
191192
],
192193
'variable' => []

0 commit comments

Comments
 (0)