Skip to content

Commit

Permalink
update
Browse files Browse the repository at this point in the history
  • Loading branch information
amagyar-iohk committed Nov 29, 2023
1 parent 3c08316 commit b5ef28b
Show file tree
Hide file tree
Showing 4 changed files with 8 additions and 6 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/e2e-tests.yml
Original file line number Diff line number Diff line change
Expand Up @@ -71,7 +71,7 @@ jobs:
uses: gradle/gradle-build-action@v2

- name: Publish to maven local
if: github.event_name == 'pull_request'
if: github.event_name == 'push'
run: |
./gradlew publishToMavenLocal
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -207,6 +207,8 @@ object Environment {
.post("/schema-registry/schemas")
.thenReturn()

assertThat(schemaCreationResponse.statusCode).isEqualTo(HttpStatus.SC_CREATED)

val newSchemaGuid = schemaCreationResponse.body.jsonPath().getString("guid")

val definitionName = "automation-anoncred-definition-" + UUID.randomUUID()
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -3,4 +3,4 @@ package io.iohk.atala.prism.utils
object Keys {
val CONNECTION_ID = "connectionId"

}
}
Original file line number Diff line number Diff line change
Expand Up @@ -10,7 +10,7 @@ Feature: Create connection
| label | goalCode | goal |
| alice | automation | automation description |
| | | |
# | alice | null | null |
# | null | automation | null |
# | null | null | automation description |
# | null | null | null |
| alice | null | null |
| null | automation | null |
| null | null | automation description |
| null | null | null |

0 comments on commit b5ef28b

Please sign in to comment.