forked from absmach/supermq
-
Notifications
You must be signed in to change notification settings - Fork 0
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Signed-off-by: JeffMboya <[email protected]> Refactor mqtt handler tests to include eventStore in newHandler function Signed-off-by: JeffMboya <[email protected]> NOISSUE - Add property based testing to things service (absmach#2088) Signed-off-by: Rodney Osodo <[email protected]> Signed-off-by: rodneyosodo <[email protected]> Signed-off-by: JeffMboya <[email protected]> Fix URLs in api-tests.yml Signed-off-by: JeffMboya <[email protected]> Add MQTT EventStore mock directive to check-generated-files.yml Signed-off-by: JeffMboya <[email protected]> Refactor mqtt handler tests to use svcCall instead of repoCall in handler_test.go Signed-off-by: JeffMboya <[email protected]> Replace mock.Anything in TestAuthConnect Signed-off-by: JeffMboya <[email protected]> Replace mock.Anything in TestDisconnect Signed-off-by: JeffMboya <[email protected]> Replace nil with tc.err in return values Signed-off-by: JeffMboya <[email protected]> Replace nil with tc.err in return values Signed-off-by: JeffMboya <[email protected]> NOISSUE - Update the location of MQTT API docs (absmach#2172) Signed-off-by: Emmanuel Ferdman <[email protected]> Replace context.Anything with respective context Signed-off-by: JeffMboya <[email protected]>
- Loading branch information
Showing
5 changed files
with
83 additions
and
25 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -183,4 +183,4 @@ jobs: | |
|
||
- name: Stop containers | ||
if: always() | ||
run: make run down args="-v" | ||
run: make run down args="-v" |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.
Oops, something went wrong.