Skip to content

Commit

Permalink
Run all the integration tests - 2024-09-19 PT
Browse files Browse the repository at this point in the history
  • Loading branch information
seratch committed Sep 19, 2024
1 parent 8d83942 commit 51a93d7
Show file tree
Hide file tree
Showing 5 changed files with 9 additions and 5 deletions.
2 changes: 1 addition & 1 deletion bolt-http4k/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -10,7 +10,7 @@
</parent>

<properties>
<http4k.version>5.30.0.0</http4k.version>
<http4k.version>5.31.0.0</http4k.version>
<!-- http4k 5.26+ no longer supports Java 1.8 -->
<maven.compiler.source>11</maven.compiler.source>
<maven.compiler.target>11</maven.compiler.target>
Expand Down
4 changes: 3 additions & 1 deletion json-logs/raw/audit/v1/actions.json
Original file line number Diff line number Diff line change
Expand Up @@ -380,7 +380,9 @@
"message_activity_viewed",
"message_flag_dismissed",
"sales_home_notification_forwarded",
"record_shared"
"record_shared",
"message_flag_assignment",
"message_flag_unassignment"
],
"barrier": [
"barrier_created",
Expand Down
3 changes: 1 addition & 2 deletions json-logs/samples/api/conversations.list.json
Original file line number Diff line number Diff line change
Expand Up @@ -62,8 +62,7 @@
""
],
"user": [
"W00000000",
"U00000000"
"W00000000"
]
},
"threads_restricted_to": {
Expand Down
3 changes: 2 additions & 1 deletion json-logs/samples/api/users.list.json
Original file line number Diff line number Diff line change
Expand Up @@ -75,7 +75,8 @@
"is_admin": false,
"is_owner": false,
"teams": [
""
"",
"T00000000"
],
"is_primary_owner": false
},
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -404,6 +404,8 @@ private Message() {
public static final String message_flag_dismissed = "message_flag_dismissed";
public static final String sales_home_notification_forwarded = "sales_home_notification_forwarded";
public static final String record_shared = "record_shared";
public static final String message_flag_assignment = "message_flag_assignment";
public static final String message_flag_unassignment = "message_flag_unassignment";
}

public static class WorkflowBuilder {
Expand Down

0 comments on commit 51a93d7

Please sign in to comment.