Skip to content

Commit

Permalink
chore: fix tests
Browse files Browse the repository at this point in the history
  • Loading branch information
SteKoe committed Oct 6, 2024
1 parent 7a7595a commit 8f2e386
Show file tree
Hide file tree
Showing 3 changed files with 7 additions and 20 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -43,7 +43,7 @@ spring:
client:
url: http://localhost:8080
instance:
service-host-type: IP
service-host-type: HOST_NAME
metadata:
tags:
environment: test
Expand Down
2 changes: 1 addition & 1 deletion spring-boot-admin-server-ui/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -121,7 +121,7 @@
<goals>
<goal>npm</goal>
</goals>
<phase>verify</phase>
<phase>test</phase>
<configuration>
<arguments>run test</arguments>
</configuration>
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -95,25 +95,12 @@ describe('InstanceLoggers', () => {
groups: [
{
name: 'sba',
members: [
{
name: 'de.codecentric.boot.admin.client',
level: [
{
configuredLevel: 'INFO',
effectiveLevel: 'INFO',
instanceId: 'test-1',
},
],
},
level: [
{
name: 'de.codecentric.boot.admin.server',
level: [
{
configuredLevel: 'INFO',
effectiveLevel: 'INFO',
instanceId: 'test-1',
},
instanceId: 'test-1',
members: [
'de.codecentric.boot.admin.client',
'de.codecentric.boot.admin.server',
],
},
],
Expand Down

0 comments on commit 8f2e386

Please sign in to comment.