Skip to content

Commit e49b0a1

Browse files
committed
remove duplicate requires
1 parent 2257aab commit e49b0a1

File tree

1 file changed

+0
-1
lines changed

1 file changed

+0
-1
lines changed

test/integration/konnect_entity_adoption_test.go

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -360,7 +360,6 @@ func TestKonnectEntityAdoption_Plugin(t *testing.T) {
360360
},
361361
)
362362
require.NoError(t, err)
363-
require.NoError(t, err)
364363
require.NotNil(t, resp, "Should get a non-nil response for creating a plugin")
365364
require.NotNil(t, resp.Plugin, "Should get a non-nil plugin in the response")
366365
serviceResponseTransformerPlugin := resp.Plugin

0 commit comments

Comments
 (0)