Skip to content

Commit 31e1264

Browse files
committed
Undo
1 parent 3e4fbb0 commit 31e1264

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/dms/tests/EdFi.DataManagementService.Tests.E2E/Features/General/DiscoveryAPI.feature

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -34,7 +34,7 @@ Feature: The Discovery API provides information about the application version, s
3434
"urls": {
3535
"dependencies": "{BASE_URL}/metadata/dependencies",
3636
"openApiMetadata": "{BASE_URL}/metadata/specifications",
37-
"oauth": "http://dms-keycloak:8080/realms/edfi/protocol/openid-connect/token",
37+
"oauth": "{OAUTH_URL}",
3838
"dataManagementApi": "{BASE_URL}/data",
3939
"xsdMetadata": "{BASE_URL}/metadata/xsd"
4040
}

0 commit comments

Comments
 (0)