Skip to content

Commit

Permalink
FAT-17574: Minor cosmetic changes
Browse files Browse the repository at this point in the history
  • Loading branch information
pkjacob authored and PBobylev committed Dec 20, 2024
1 parent 00a4ed5 commit 4e12c64
Showing 1 changed file with 3 additions and 3 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -3,11 +3,11 @@ Feature: mod-linked-data integration tests
Background:
* url baseUrl
* table searchModule
| name |
| 'mod-search' |
| name |
| 'mod-search' |

Scenario: Restart mod-search kafka listeners
// Create a dummy tenant & enable mod-search for that tenant. Also, delete that tenant immediately.
// This will restart kafka listeners in mod-search
// This will restart kafka listeners for all tenants in mod-search
* def dummyTenant = 'dummytenant' + random_string().toLowerCase()
* call read('classpath:common/tenant.feature') ({ modules: searchModule, tenant: dummyTenant })

0 comments on commit 4e12c64

Please sign in to comment.