Skip to content

Commit

Permalink
as: Move field mask to maintain order
Browse files Browse the repository at this point in the history
  • Loading branch information
Vlad Vitan committed Sep 2, 2024
1 parent 1fdeb04 commit 307d3cc
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion pkg/applicationserver/io/web/webhooks_test.go
Original file line number Diff line number Diff line change
Expand Up @@ -163,10 +163,10 @@ func TestWebhooks(t *testing.T) {
"up.downlink_sent",
"up.join_accept",
"up.location_solved",
"up.paused",
"up.service_data",
"up.uplink_message",
"up.uplink_normalized",
"up.paused",
),
},
[]string{
Expand Down

0 comments on commit 307d3cc

Please sign in to comment.