Skip to content

Commit

Permalink
remove duplicate admin definition in test
Browse files Browse the repository at this point in the history
  • Loading branch information
slemke committed Apr 22, 2024
1 parent ee4c658 commit c7db296
Showing 1 changed file with 0 additions and 4 deletions.
4 changes: 0 additions & 4 deletions test/container/container.spec.ts
Original file line number Diff line number Diff line change
Expand Up @@ -45,10 +45,6 @@ describe.sequential('Container', () => {
.withDisabledFeatures([
'impersonation'
])
.withAdminUser({
username: 'test',
password: '123'
})
.withMetrics();
};

Expand Down

0 comments on commit c7db296

Please sign in to comment.