Skip to content
Snippets Groups Projects

BE: Allow customers to extend or reactivate their trial on gitlab.com [RUN ALL RSPEC] [RUN AS-IF-FOSS]

Merged Qingyu Zhao requested to merge 290278-allow-extend-or-reactivate-trial-on-gitlab-com into master
All threads resolved!
1 file
+ 2
2
Compare changes
  • Side-by-side
  • Inline
@@ -250,8 +250,8 @@ describe('Getters PackageDetails Store', () => {
@@ -250,8 +250,8 @@ describe('Getters PackageDetails Store', () => {
setupState();
setupState();
expect(gradleGroovyAddSourceCommand(state)).toMatchInlineSnapshot(`
expect(gradleGroovyAddSourceCommand(state)).toMatchInlineSnapshot(`
"gitlab {
"maven {
url \\"foo/registry\\"
url 'foo/registry'
}"
}"
`);
`);
});
});
Loading